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
Utilities
KFloppy
Commits
aad24db3
Commit
aad24db3
authored
Jun 01, 2021
by
Laurent Montel
😁
Browse files
We depend against qt5.15
parent
28af6d24
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.cpp
View file @
aad24db3
...
@@ -38,9 +38,7 @@ static const char description[] = I18N_NOOP("KDE Floppy Disk Utility");
...
@@ -38,9 +38,7 @@ static const char description[] = I18N_NOOP("KDE Floppy Disk Utility");
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
{
{
QApplication
app
(
argc
,
argv
);
QApplication
app
(
argc
,
argv
);
#if QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)
QGuiApplication
::
setFallbackSessionManagementEnabled
(
false
);
QGuiApplication
::
setFallbackSessionManagementEnabled
(
false
);
#endif
Kdelibs4ConfigMigrator
migrator
(
QStringLiteral
(
"kfloppy"
));
Kdelibs4ConfigMigrator
migrator
(
QStringLiteral
(
"kfloppy"
));
migrator
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"kfloppyrc"
));
migrator
.
setConfigFiles
(
QStringList
()
<<
QStringLiteral
(
"kfloppyrc"
));
...
...
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