Hugo Pereira Da Costa
62ac0c1820
- fixed "missing override" warnings
...
- removed useless "virtual" specifications
- removed useless destructors
- cleanup variable initializations
- moved protected methods as private when possible for better encapsulation
7 years ago
Hugo Pereira Da Costa
8a61b4184f
partial update to c++11
...
- use auto
- use override
- added some std::initializer_list
9 years ago
Pino Toscano
30245abae8
Partially revert "Use Q_DECL_OVERRIDE"
...
The style code can be built with Qt4/kdelibs4 as well, and there is no
Q_DECL_OVERRIDE in that case.
This partially reverts commit 13859b08f7 .
9 years ago
Montel Laurent
13859b08f7
Use Q_DECL_OVERRIDE
9 years ago
Kevin Funk
d827875638
Run convert-to-cmake-automoc.pl over files
...
Fixes warnings from moc
11 years ago
Hugo Pereira Da Costa
458c46d5bd
Added sizeHint and minimumSizeHint to the information printed when widgetExplorerEnabled is set to true.
...
CCBUG: 339508
12 years ago
Hugo Pereira Da Costa
00a92a64cf
Fix license
12 years ago
Hugo Pereira Da Costa
fcfc4e1837
doxygen
12 years ago
Hugo Pereira Da Costa
ede8d3a628
added widgetexplorer debugging class, and options to enable it.
12 years ago