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
System Settings
Commits
d1249d45
Commit
d1249d45
authored
Oct 12, 2020
by
Nate Graham
Browse files
Correct KCM name in prior commit
parent
847832c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
sidebar/SidebarMode.cpp
View file @
d1249d45
...
...
@@ -115,7 +115,7 @@ public:
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:kcm_lookandfeel.desktop"
)),
ResultModel
::
ResourceRole
);
m_defaultModel
->
appendRow
(
item
);
item
=
new
QStandardItem
();
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:users.desktop"
)),
ResultModel
::
ResourceRole
);
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:
kcm_
users.desktop"
)),
ResultModel
::
ResourceRole
);
m_defaultModel
->
appendRow
(
item
);
item
=
new
QStandardItem
();
item
->
setData
(
QUrl
(
QStringLiteral
(
"kcm:screenlocker.desktop"
)),
ResultModel
::
ResourceRole
);
...
...
Nate Graham
@ngraham
mentioned in commit
5436e464
·
Oct 12, 2020
mentioned in commit
5436e464
mentioned in commit 5436e46436c2786b8f5aaa0bb923dbf9fb83354b
Toggle commit list
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