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
KDE GTK Configurator
Commits
a95dbd0b
Commit
a95dbd0b
authored
May 15, 2022
by
Laurent Montel
Browse files
Port deprecated method
parent
91fad6a0
Pipeline
#176585
passed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kded/kwin_bridge/dummydecorationbridge.cpp
View file @
a95dbd0b
...
...
@@ -169,7 +169,7 @@ void DummyDecorationBridge::enableAnimations()
QString
DummyDecorationBridge
::
windowDecorationPluginPath
(
const
QString
&
decorationTheme
)
const
{
const
auto
decorationPlugins
=
KPlugin
Loader
::
findPlugins
(
QStringLiteral
(
"org.kde.kdecoration2"
));
const
auto
decorationPlugins
=
KPlugin
MetaData
::
findPlugins
(
QStringLiteral
(
"org.kde.kdecoration2"
));
QString
defaultPluginPath
;
...
...
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