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
67edcdfb
Commit
67edcdfb
authored
Nov 14, 2019
by
Filipe Saraiva
Browse files
Put Filipe Saraiva and Uri Herrera websites
in credits again
parent
ab112b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
67edcdfb
...
...
@@ -86,7 +86,7 @@ int main(int argc, char **argv)
QString
(),
QLatin1String
(
"https://edu.kde.org/cantor/"
));
about
.
addAuthor
(
i18n
(
"Filipe Saraiva"
),
i18n
(
"Maintainer<br/>Qt5/KF5 port, Scilab and Python backends"
),
QLatin1String
(
"filipe@kde.org"
)
);
about
.
addAuthor
(
i18n
(
"Filipe Saraiva"
),
i18n
(
"Maintainer<br/>Qt5/KF5 port, Scilab and Python backends"
),
QLatin1String
(
"filipe@kde.org"
)
,
QLatin1String
(
"http://filipesaraiva.info/"
)
);
about
.
addAuthor
(
i18n
(
"Nikita Sirgienko"
),
i18nc
(
"@info:credit"
,
"Developer"
),
QLatin1String
(
"warquark@gmail.com>"
));
about
.
addAuthor
(
i18n
(
"Alexander Semke"
),
i18nc
(
"@info:credit"
,
"Developer"
),
QLatin1String
(
"alexander.semke@web.de"
));
about
.
addAuthor
(
i18n
(
"Alexander Rieder"
),
i18n
(
"Original author<br/>Maintainer (2009 - 2015)"
),
QLatin1String
(
"alexanderrieder@gmail.com"
)
);
...
...
@@ -95,7 +95,7 @@ int main(int argc, char **argv)
about
.
addAuthor
(
i18n
(
"Martin Küttler"
),
i18n
(
"Interface"
),
QLatin1String
(
"martin.kuettler@gmail.com"
)
);
about
.
addCredit
(
QLatin1String
(
"Andreas Kainz"
),
i18n
(
"Cantor icon"
),
QLatin1String
(
"kainz.a@gmail.com"
));
about
.
addCredit
(
QLatin1String
(
"Uri Herrera"
),
i18n
(
"Cantor icon"
),
QLatin1String
(
"kaisergreymon99@gmail.com"
));
about
.
addCredit
(
QLatin1String
(
"Uri Herrera"
),
i18n
(
"Cantor icon"
),
QLatin1String
(
"kaisergreymon99@gmail.com"
)
,
QLatin1String
(
"http://nitrux.in/"
)
);
QCommandLineParser
parser
;
KAboutData
::
setApplicationData
(
about
);
...
...
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