Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Breeze visual style
Commits
eef7a6a2
Commit
eef7a6a2
authored
Oct 22, 2020
by
Laurent Montel
Browse files
Now it depends against new version. Old code can be removed
parent
6c98f256
Changes
1
Hide whitespace changes
Inline
Side-by-side
kstyle/breezestyle.cpp
View file @
eef7a6a2
...
...
@@ -226,11 +226,7 @@ namespace Breeze
QStringLiteral
(
"org.kde.KWin"
),
QStringLiteral
(
"reloadConfig"
),
this
,
SLOT
(
configurationChanged
()));
#if QT_VERSION < 0x050D00 // Check if Qt version < 5.13
this
->
addEventFilter
(
qApp
);
#else
connect
(
qApp
,
&
QApplication
::
paletteChanged
,
this
,
&
Style
::
configurationChanged
);
#endif
// call the slot directly; this initial call will set up things that also
// need to be reset when the system palette changes
loadConfiguration
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment