mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove non-compiled includes in subsurface-desktop-helper.cpp
These includes where from a time when this file would be compiled for desktop *and* mobile. Now the file is desktop-only. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
c4fc202c45
commit
615307435c
1 changed files with 0 additions and 10 deletions
|
@ -14,16 +14,6 @@
|
|||
|
||||
#include "core/qt-gui.h"
|
||||
|
||||
#ifdef SUBSURFACE_MOBILE
|
||||
#include <QQuickWindow>
|
||||
#include <QQmlApplicationEngine>
|
||||
#include <QQmlContext>
|
||||
#include <QSortFilterProxyModel>
|
||||
#include "mobile-widgets/qmlmanager.h"
|
||||
#include "qt-models/divelistmodel.h"
|
||||
#include "mobile-widgets/qmlprofile.h"
|
||||
#endif
|
||||
|
||||
static MainWindow *window = NULL;
|
||||
|
||||
void init_ui()
|
||||
|
|
Loading…
Add table
Reference in a new issue