Nyall Dawson
|
07e12e2832
|
Replace reimplemented default methods by = default
Using clang-tidy modernize-use-equals-default
|
2017-09-11 17:10:31 +10:00 |
|
Denis Rouzaud
|
40c056cae0
|
run astyle on src/core
|
2017-03-03 09:09:37 +01:00 |
|
Nyall Dawson
|
4166a3ea62
|
Fix most clazy qstring-unneeded-heap-allocations warnings
By flipping string literals to QStringLiteral/QLatin1String
see
https://woboq.com/blog/qstringliteral.html
|
2016-10-24 15:26:24 +10:00 |
|
Nyall Dawson
|
f628ebd423
|
Replace foreach with Q_FOREACH
For:
- consistency
- to make it immediately clear that this is a Qt macro and that it
works slightly differently to c++ for loops
|
2015-09-09 19:17:29 +10:00 |
|
Nyall Dawson
|
73ffb83ad4
|
Make sure a lot of foreach loops use references
|
2015-09-08 17:33:18 +10:00 |
|
Juergen E. Fischer
|
b49da36c7f
|
* Save and restore visiblity state of embedded group layers (fixes #4097)
* Adds support for lists in custom properties
|
2015-01-13 14:55:03 +01:00 |
|
Martin Dobias
|
77a11434c3
|
Moved map layer's custom properties to a separate class
|
2014-04-17 14:26:25 +02:00 |
|