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
32aa12bf
Verified
Commit
32aa12bf
authored
Mar 21, 2022
by
Fushan Wen
Browse files
krunner: Use "KRunner" as the display name
This fixes the "krunner" title.
parent
d5d06e48
Pipeline
#153227
passed with stage
in 14 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
krunner/main.cpp
View file @
32aa12bf
...
...
@@ -50,7 +50,7 @@ int main(int argc, char **argv)
// TODO: Make it a QGuiApplication once we don't depend on KDELibs4Support
// QGuiApplication app(argc, argv);
KAboutData
aboutData
(
QStringLiteral
(
"krunner"
),
i18n
(
"
kr
unner"
),
QStringLiteral
(
PROJECT_VERSION
),
i18n
(
"Run Command interface"
),
KAboutLicense
::
GPL
);
KAboutData
aboutData
(
QStringLiteral
(
"krunner"
),
i18n
(
"
KR
unner"
),
QStringLiteral
(
PROJECT_VERSION
),
i18n
(
"Run Command interface"
),
KAboutLicense
::
GPL
);
KAboutData
::
setApplicationData
(
aboutData
);
app
.
setQuitOnLastWindowClosed
(
false
);
...
...
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