mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Separate initializing Qt from initializing the UI
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6a0e1cd9f6
commit
0692e24036
5 changed files with 66 additions and 54 deletions
10
qt-gui.h
10
qt-gui.h
|
@ -1,10 +1,12 @@
|
|||
#ifndef QT_GUI_H
|
||||
#define QT_GUI_H
|
||||
|
||||
void init_qt(int *argcp, char ***argvp);
|
||||
void init_ui(void);
|
||||
#include <QApplication>
|
||||
|
||||
void run_ui(void);
|
||||
void exit_ui(void);
|
||||
void init_qt_late();
|
||||
void init_ui();
|
||||
|
||||
void run_ui();
|
||||
void exit_ui();
|
||||
|
||||
#endif // QT_GUI_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue