Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KReversi
Commits
e443d476
Commit
e443d476
authored
Jan 08, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Migrate settings
parent
4a77c46a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
main.cpp
main.cpp
+5
-0
No files found.
main.cpp
View file @
e443d476
...
...
@@ -30,12 +30,17 @@
#include <highscores.h>
#include <mainwindow.h>
#include <QCommandLineOption>
#include <kdelibs4configmigrator.h>
static
const
char
description
[]
=
I18N_NOOP
(
"KDE Reversi Board Game"
);
int
main
(
int
argc
,
char
**
argv
)
{
QApplication
application
(
argc
,
argv
);
Kdelibs4ConfigMigrator
migrate
(
QStringLiteral
(
"kreversi"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"kreversirc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QStringLiteral
(
"kreversiui.rc"
));
migrate
.
migrate
();
KAboutData
aboutData
(
i18n
(
"kreversi"
),
i18n
(
"KReversi"
),
"2.0"
,
i18n
(
description
),
KAboutLicense
::
GPL
,
...
...
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