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>
This commit is contained in:
Tomaz Canabrava 2016-03-06 06:57:31 -08:00 committed by Dirk Hohndel
parent 997ee6fb40
commit 933b69a7cc

View file

@ -1,8 +1,6 @@
#ifndef QT_GUI_H
#define QT_GUI_H
#include <QApplication>
void init_qt_late();
void init_ui();