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
Games
KTuberling
Commits
02799c58
Commit
02799c58
authored
Nov 16, 2019
by
Yuri Chornoivan
Browse files
Use URLs with transport encryption
parent
f9d417b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
02799c58
...
...
@@ -39,7 +39,7 @@ int main(int argc, char *argv[])
aboutData
.
addCredit
(
i18n
(
"Bas Willems"
),
i18n
(
"New artwork"
),
QStringLiteral
(
"cybersurfer@euronet.nl"
));
aboutData
.
addCredit
(
i18n
(
"Roger Larsson"
),
i18n
(
"Sounds tuning"
),
QStringLiteral
(
"roger.larsson@norran.net"
));
aboutData
.
addCredit
(
i18n
(
"Dolores Almansa"
),
i18n
(
"New artwork"
),
QStringLiteral
(
"dolores.almansa@corazondemaria.org"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"http://games.kde.
org/
ktuberling"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"http
s
://
kde.org/applications/
games
/org
.kde.ktuberling"
));
QCommandLineParser
parser
;
KAboutData
::
setApplicationData
(
aboutData
);
KCrash
::
initialize
();
...
...
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