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
Accessibility
KMouseTool
Commits
7c339f73
Commit
7c339f73
authored
Sep 03, 2022
by
Laurent Montel
Browse files
It's already defined in KAboutData
parent
19621efc
Pipeline
#226810
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmousetool/main.cpp
View file @
7c339f73
...
...
@@ -39,7 +39,6 @@ int main(int argc, char *argv[])
aboutData
.
addAuthor
(
i18n
(
"Jeff Roush"
),
i18n
(
"Original author"
),
QStringLiteral
(
"jeff@mousetool.com"
));
aboutData
.
addCredit
(
i18n
(
"Joe Betts"
));
aboutData
.
setOrganizationDomain
(
"kde.org"
);
aboutData
.
setDesktopFileName
(
QStringLiteral
(
"org.kde.kmousetool"
));
QCommandLineParser
parser
;
...
...
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