summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-03-26 23:35:24 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-03-27 10:41:52 -0700
commit605cff32a51bf8b5b7dba73fc18622afded39539 (patch)
tree86649ccbd29ffc5fef10a7b8442cad9868d6c41e /qt-ui/mainwindow.h
parent42df3528a07bbd097226151cb50c122210f47bf9 (diff)
downloadsubsurface-605cff32a51bf8b5b7dba73fc18622afded39539.tar.gz
Remove usermanual when building for Android
Our usermanual is based on webkit, and thats not supported in Qt for Android. We should probably replace it with a Android native webview somehow. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index e249398db..51e03c3b8 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -12,7 +12,6 @@
#include <QUrl>
#include "ui_mainwindow.h"
-#include "usermanual.h"
struct DiveList;
class QSortFilterProxyModel;
@@ -156,7 +155,7 @@ private:
Ui::MainWindow ui;
QAction *actionNextDive;
QAction *actionPreviousDive;
- UserManual *helpView;
+ QMainWindow *helpView;
QTreeView *yearlyStats;
QAbstractItemModel *yearlyStatsModel;
CurrentState state;