Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KShisen
Commits
50ee92f7
Commit
50ee92f7
authored
Nov 29, 2015
by
Frederik Schwarzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup.
parent
b03d6567
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/main.cpp
src/main.cpp
+3
-1
No files found.
src/main.cpp
View file @
50ee92f7
...
...
@@ -41,6 +41,7 @@ int main(int argc, char **argv)
migrate
.
migrate
();
KLocalizedString
::
setApplicationDomain
(
"kshisen"
);
KAboutData
aboutData
(
QStringLiteral
(
"kshisen"
),
i18n
(
"Shisen-Sho"
),
QStringLiteral
(
"1.9+ #17"
),
i18n
(
description
),
KAboutLicense
::
GPL
,
i18n
(
"(c) 1997, Mario Weilguni"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"http://games.kde.org/kshisen"
));
...
...
@@ -50,8 +51,9 @@ int main(int argc, char **argv)
aboutData
.
addCredit
(
i18n
(
"Mauricio Piacentini"
),
i18n
(
"KMahjonggLib integration for KDE4"
),
QStringLiteral
(
"mauricio@tabuleiro.com"
));
aboutData
.
addCredit
(
i18n
(
"Jason Lane"
),
i18n
(
"Added 'tiles removed' counter<br/>Tile smooth-scaling and window resizing"
),
QStringLiteral
(
"jglane@btopenworld.com"
));
aboutData
.
addCredit
(
i18n
(
"Thanks also to everyone who should be listed here but is not!"
));
QCommandLineParser
parser
;
KAboutData
::
setApplicationData
(
aboutData
);
QCommandLineParser
parser
;
parser
.
addVersionOption
();
parser
.
addHelpOption
();
aboutData
.
setupCommandLine
(
&
parser
);
...
...
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