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 Workspace
Commits
74c8cfe4
Commit
74c8cfe4
authored
Feb 22, 2022
by
Adriaan de Groot
💬
Committed by
Nate Graham
Mar 16, 2022
Browse files
Cursor: fix comment-typo's
parent
76233d7d
Pipeline
#151064
passed with stage
in 17 minutes and 5 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
kcms/cursortheme/plasma-apply-cursortheme.cpp
View file @
74c8cfe4
...
...
@@ -78,8 +78,8 @@ int main(int argc, char **argv)
if
(
requestedTheme
.
contains
(
dirSplit
))
{
QStringList
splitTheme
=
requestedTheme
.
split
(
dirSplit
,
Qt
::
SkipEmptyParts
);
// Cursor themes installed through KNewStuff will commonly be given an installed files entry
// which has the main directory name and an asteri
x
to say the cursors are all in that directory,
// and since one of the main purposes of this tool is to allow adopting things from a
kns
dialog,
// which has the main directory name and an asteri
sk
to say the cursors are all in that directory,
// and since one of the main purposes of this tool is to allow adopting things from a
KNS
dialog,
// we handle that little weirdness here.
splitTheme
.
removeAll
(
QStringLiteral
(
"*"
));
requestedTheme
=
splitTheme
.
last
();
...
...
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