subsurface/subsurface-core/qt-gui.h
Dirk Hohndel 3453234a3b Missing half of the previous commit
Oops. I fixed the previous commit, tested the fix, and then forgot to
update the commit and instead pushed it out. That was dumb.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-11-14 10:43:37 -08:00

17 lines
244 B
C

#ifndef QT_GUI_H
#define QT_GUI_H
#include <QApplication>
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