Alexander Lohnau
0de1ccf53e
Port away from KDeclarative::ConfigPropertyMap where possible
...
Because of the wallpaper interface from plasma-frameworks, we can not change
this during KF5. However we can use QQmlPropertyMap as the type, when we do not care
about the KConfig specific bits. Both KConfigPropertyMap and KDeclarative::ConfigPropertyMap
extend from this class.
Task: https://phabricator.kde.org/T12126
4 years ago
Alexander Lohnau
c11051955d
Convert license headers to SPDX
5 years ago
Adrien Faveraux
42515d22cb
Move include guard to Pragma Once
5 years ago
Nicolas Fella
ff0f37f561
Make sure property types are fully defined
...
In Qt6 property types needs to be fully defined
5 years ago
Alexander Lohnau
823d2106ec
Run clang-format
...
If you want git blame to ignore formatting revisions run:
git config blame.ignoreRevsFile .git-blame-ignore-revs
5 years ago
Nicolas Fella
953f7cbee6
Organize some includes
...
Use CamelCase headers
Sort and group them properly
5 years ago
Friedrich W. H. Kossebau
beefcb1581
Use explicit
8 years ago
Laurent Montel
42db878101
Use nullptr. Port some code for compiling with strict flags
8 years ago
Aleix Pol
96ff1c868e
Properly define overrides as suggested by the c++ standard
10 years ago
Aaron Seigo
0234bdcbb7
include 'plasmaquick' directly in the includes
...
makes it a lot easier to track where the problem spots are with a
`grep plasmaquick`
12 years ago
Marco Martin
cd4033508f
ll logic for switching containment type
12 years ago