Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Desktop
Commits
af93e382
Commit
af93e382
authored
Apr 12, 2021
by
David Redondo
🏎
Browse files
Fix object path
GIT_SILENT
BUG:404953
parent
24600396
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/taskmanager/plugin/backend.cpp
View file @
af93e382
...
...
@@ -68,7 +68,7 @@ static const QString highlightWindowPath = QStringLiteral("/org/kde/KWin/Highlig
static
const
QString
&
highlightWindowInterface
=
highlightWindowName
;
static
const
QString
presentWindowsName
=
QStringLiteral
(
"org.kde.KWin.PresentWindows"
);
static
const
QString
presentWindowsPath
=
QStringLiteral
(
"org/kde/KWin/PresentWindows"
);
static
const
QString
presentWindowsPath
=
QStringLiteral
(
"
/
org/kde/KWin/PresentWindows"
);
static
const
QString
&
presentWindowsInterface
=
presentWindowsName
;
Backend
::
Backend
(
QObject
*
parent
)
...
...
Write
Preview
Supports
Markdown
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