Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Breeze visual style
Commits
eef7a6a2
Commit
eef7a6a2
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now it depends against new version. Old code can be removed
parent
6c98f256
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
kstyle/breezestyle.cpp
kstyle/breezestyle.cpp
+0
-4
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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