aboutsummaryrefslogtreecommitdiffstats
path: root/core/qt-gui.h
blob: 92532d22fc88dd3b1fd27594496d4d65e92e7384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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