Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Data Exporter
Commits
d93333b5
Commit
d93333b5
authored
Apr 10, 2015
by
Laurent Montel
😁
Browse files
Move Qapplication at the top. Now migrate is fixed in kf5.9
parent
735f0ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
d93333b5
...
...
@@ -29,12 +29,12 @@
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
app
(
argc
,
argv
);
Kdelibs4ConfigMigrator
migrate
(
QLatin1String
(
"pimsettingexporter"
));
migrate
.
setConfigFiles
(
QStringList
()
<<
QLatin1String
(
"pimsettingexporterrc"
));
migrate
.
setUiFiles
(
QStringList
()
<<
QLatin1String
(
"pimsettingexporter.rc"
));
migrate
.
migrate
();
QApplication
app
(
argc
,
argv
);
KLocalizedString
::
setApplicationDomain
(
"pimsettingexporter"
);
KAboutData
aboutData
(
QLatin1String
(
"pimsettingexporter"
),
i18n
(
"PIM Setting Exporter"
),
...
...
Write
Preview
Supports
Markdown
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