You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 years ago
..
decoratedclient.cpp Adapt to KDecoration API changes 10 years ago
decoratedclient.h Adapt to KDecoration API changes 10 years ago
decorationbridge.cpp
decorationbridge.h
decorationpalette.cpp Fix DecorationPalette loading when kdeglobals doesn't exist 10 years ago
decorationpalette.h Adapt to KDecoration API changes 10 years ago
decorationrenderer.cpp
decorationrenderer.h
settings.cpp
settings.h