1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-18 17:27:20 +01:00

Fixes #2571 (build error with old qt)

This commit is contained in:
Theron Tock 2011-07-12 08:28:20 -07:00
parent 792a783612
commit 095a7ee54b

View File

@ -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");