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
Education
Kanagram
Commits
cff231d1
Commit
cff231d1
authored
Nov 15, 2021
by
Laurent Montel
Browse files
Remove not necessary I18N_NOOP
parent
038e41f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
cff231d1
...
...
@@ -50,9 +50,9 @@ int main(int argc, char **argv)
KLocalizedString
::
setApplicationDomain
(
"kanagram"
);
QApplication
::
setApplicationDisplayName
(
i18n
(
"kanagram"
));
KAboutData
about
(
I
18
N_NOOP
(
"kanagram"
),
KAboutData
about
(
i
18
n
(
"kanagram"
),
i18n
(
"Kanagram"
),
I18N_NOOP
(
KANAGRAM_VERSION_STRING
),
QStringLiteral
(
KANAGRAM_VERSION_STRING
),
i18n
(
"An anagram game"
),
KAboutLicense
::
GPL
,
i18n
(
"© 2005 Joshua Keel
\n
© 2005 Danny Allen
\n
© 2007 Jeremy Whiting
\n
© 2014 Debjit Mondal"
));
...
...
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