kwin/decorations
Mika Allan Rauhala 9636922827 Fix DecorationPalette loading when kdeglobals doesn't exist
When kdeglobals doesn't exist, QStandardPaths::locate() for it returns
an empty string, so the check in previous fix doesn't work in this case.

This change sets m_colorScheme properly in this case and also creates an
empty kdeglobals(needed because QFileSystemWatcher can't monitor
non-existing files) so kdeglobals can be reloaded if it is later
populated.

REVIEW: 123399
2015-04-22 12:31:17 +02:00
..
decoratedclient.cpp Adapt to KDecoration API changes 2015-03-31 15:26:55 +02:00
decoratedclient.h Adapt to KDecoration API changes 2015-03-31 15:26:55 +02:00
decorationbridge.cpp
decorationbridge.h
decorationpalette.cpp Fix DecorationPalette loading when kdeglobals doesn't exist 2015-04-22 12:31:17 +02:00
decorationpalette.h Adapt to KDecoration API changes 2015-03-31 15:26:55 +02:00
decorationrenderer.cpp
decorationrenderer.h
settings.cpp
settings.h