summaryrefslogtreecommitdiffstats
path: root/qt-gui.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-12 17:39:13 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-12 17:39:13 -0700
commit15de7f0b716b4e3c28fee4f4ccbac4788a8d84b1 (patch)
tree713cf409f07a3c616508a20a29d570daa790487f /qt-gui.h
parent16759715e62a48ca3bb77a668a27103a6b90ea20 (diff)
downloadsubsurface-15de7f0b716b4e3c28fee4f4ccbac4788a8d84b1.tar.gz
QML UI: implement a message area to show information to the user
This is just a quick first stab to do this, but it at least allows us to share some information with the user. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-gui.h')
-rw-r--r--qt-gui.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-gui.h b/qt-gui.h
index 7761eb462..ca038b145 100644
--- a/qt-gui.h
+++ b/qt-gui.h
@@ -9,4 +9,9 @@ void init_ui();
void run_ui();
void exit_ui();
+#if defined(SUBSURFACE_MOBILE)
+#include <QQuickWindow>
+extern QObject *qqWindowObject;
+#endif
+
#endif // QT_GUI_H