Fix macos build.

This commit is contained in:
Martin Rotter 2020-11-25 11:48:39 +01:00
parent 9f04687cbe
commit c3e38be49b

View File

@ -47,6 +47,8 @@
#if QT_VERSION >= 0x050E00 // Qt >= 5.14.0
#include <QScreen>
#else
#include <QDesktopWidget>
#endif
FormMain::FormMain(QWidget* parent, Qt::WindowFlags f)