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
Utilities
KFloppy
Commits
01b6e641
Commit
01b6e641
authored
Nov 14, 2021
by
Laurent Montel
😁
Browse files
Not neccessary to use I18N_NOOP here
parent
5d3ac08c
Pipeline
#97439
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
01b6e641
...
...
@@ -33,8 +33,6 @@
#include "floppy.h"
static
const
char
description
[]
=
I18N_NOOP
(
"KDE Floppy Disk Utility"
);
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
app
(
argc
,
argv
);
...
...
@@ -48,7 +46,7 @@ int main(int argc, char *argv[])
KAboutData
aboutData
(
QStringLiteral
(
"kfloppy"
),
i18n
(
"KFloppy"
),
QStringLiteral
(
KFLOPPY_VERSION
),
i18n
(
description
),
i18n
(
"KDE Floppy Disk Utility"
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1997, Bernd Johannes Wuebben
\n
"
"(c) 2001, Chris Howells
\n
"
...
...
Write
Preview
Markdown
is supported
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