mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-18 09:18:23 +01:00
Fixes #2571 (build error with old qt)
This commit is contained in:
parent
792a783612
commit
095a7ee54b
@ -163,7 +163,9 @@ static void doReminderAboutDataDir()
|
||||
msgBox.setWindowFlags(Qt::Window |
|
||||
Qt::WindowTitleHint |
|
||||
Qt::CustomizeWindowHint |
|
||||
#if QT_VERSION >= 0x040500
|
||||
Qt::WindowCloseButtonHint |
|
||||
#endif
|
||||
Qt::WindowSystemMenuHint);
|
||||
|
||||
msgBox.setWindowTitle("Data directory conversion");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user