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

void init_qt_late();
void init_ui();

void exit_ui();
void set_non_bt_addresses();

#if defined(SUBSURFACE_MOBILE)
#include <QQuickWindow>
void run_mobile_ui(double initial_font_size);
#else
void run_ui();
#endif

#endif // QT_GUI_H