Skip to content
GitLab
Menu
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
4590e046
Commit
4590e046
authored
Nov 14, 2021
by
Laurent Montel
😁
Browse files
Not neccessary to use I18N_NOOP here
parent
f5cd69e3
Pipeline
#97452
failed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmousetool/main.cpp
View file @
4590e046
...
...
@@ -15,8 +15,6 @@
#include
<QCommandLineParser>
static
const
char
description
[]
=
I18N_NOOP
(
"KMouseTool"
);
int
main
(
int
argc
,
char
*
argv
[])
{
// enable high dpi support
...
...
@@ -29,7 +27,7 @@ int main(int argc, char *argv[])
KAboutData
aboutData
(
QStringLiteral
(
"kmousetool"
),
i18n
(
"KMouseTool"
),
QStringLiteral
(
KMOUSETOOL_VERSION
),
i18n
(
description
),
i18n
(
"KMouseTool"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 2002-2003, Jeff Roush
\n
(c) 2003 Gunnar Schmidt "
),
QString
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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