aboutsummaryrefslogtreecommitdiffstats
path: root/core/qt-gui.h
blob: a1e60812288d36486fb5aad1a0eb820d2cda9861 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0
#ifndef QT_GUI_H
#define QT_GUI_H

void init_qt_late();
void init_ui();

void run_ui();
void register_qml_types();
void exit_ui();
void set_non_bt_addresses();

#if defined(SUBSURFACE_MOBILE)
#include <QQuickWindow>
#endif

#endif // QT_GUI_H