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
Network
KDE Connect
Commits
04d91577
Commit
04d91577
authored
Nov 13, 2022
by
Nicolas Fella
Browse files
[handler] Fix desktop file name
BUG: 461764
(cherry picked from commit
5fb7996d
)
parent
61e0108c
Pipeline
#266889
passed with stage
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
urlhandler/kdeconnect-handler.cpp
View file @
04d91577
...
...
@@ -41,7 +41,7 @@ int main(int argc, char **argv)
QApplication
app
(
argc
,
argv
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"kdeconnect"
)));
const
QString
description
=
i18n
(
"KDE Connect URL handler"
);
KAboutData
about
(
QStringLiteral
(
"kdeconnect
-url
handler"
),
KAboutData
about
(
QStringLiteral
(
"kdeconnect
.
handler"
),
description
,
QStringLiteral
(
KDECONNECT_VERSION_STRING
),
description
,
...
...
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