diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2016-03-06 06:57:31 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-06 11:03:00 -0800 |
commit | 933b69a7cc8618e14305afb28d831e80a2610fba (patch) | |
tree | 5319544440e2b5c0e54ca884a1b266e4d8769722 /subsurface-core/qt-gui.h | |
parent | 997ee6fb405da2ebc3257d88ba7f19638d2025ea (diff) | |
download | subsurface-933b69a7cc8618e14305afb28d831e80a2610fba.tar.gz |
qt-gui.h shouldn't include QApplication
[Dirk Hohndel: refactored the iOS patches]
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-core/qt-gui.h')
-rw-r--r-- | subsurface-core/qt-gui.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/subsurface-core/qt-gui.h b/subsurface-core/qt-gui.h index ca038b145..92532d22f 100644 --- a/subsurface-core/qt-gui.h +++ b/subsurface-core/qt-gui.h @@ -1,8 +1,6 @@ #ifndef QT_GUI_H #define QT_GUI_H -#include <QApplication> - void init_qt_late(); void init_ui(); |