subsurface/subsurface-core/qt-gui.h
Tomaz Canabrava 933b69a7cc 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>
2016-03-06 11:03:00 -08:00

15 lines
219 B
C

#ifndef QT_GUI_H
#define QT_GUI_H
void init_qt_late();
void init_ui();
void run_ui();
void exit_ui();
#if defined(SUBSURFACE_MOBILE)
#include <QQuickWindow>
extern QObject *qqWindowObject;
#endif
#endif // QT_GUI_H