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
Cantor
Commits
7715a7e0
Commit
7715a7e0
authored
Nov 15, 2021
by
Laurent Montel
Browse files
Remove not necessary I18N_NOOP
parent
637ed5bb
Pipeline
#97731
passed with stage
in 18 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
7715a7e0
...
...
@@ -19,8 +19,6 @@
#include
<QDebug>
#include
<QtWebEngine>
static
const
char
description
[]
=
I18N_NOOP
(
"KDE Frontend to mathematical applications"
);
int
main
(
int
argc
,
char
**
argv
)
{
...
...
@@ -70,7 +68,7 @@ int main(int argc, char **argv)
KAboutData
about
(
QLatin1String
(
"cantor"
),
QLatin1String
(
"Cantor"
),
QLatin1String
(
CANTOR_VERSION
),
i18n
(
descrip
tion
),
i18n
(
"KDE Frontend to mathematical applica
tion
s"
),
KAboutLicense
::
GPL
,
i18n
(
"(C) 2016 Filipe Saraiva<br/>(C) 2009-2015 Alexander Rieder"
),
QString
(),
...
...
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