diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-08-30 20:17:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-08-30 20:17:20 -0700 |
commit | db17edda65d6e4040bd0e7f613f814d21eedeb86 (patch) | |
tree | b9345051ae404fba82419e2858b1b210175b2731 /qt-ui/mainwindow.h | |
parent | 9bc7d8f514d40da94285be980e19d6f16f421067 (diff) | |
parent | ab649e21ba07c9f572d61350b9217609f44f7f04 (diff) | |
download | subsurface-db17edda65d6e4040bd0e7f613f814d21eedeb86.tar.gz |
Merge branch 'bugfixes' of github.com:danilocesar/subsurface
Fixed one conflict in qt-ui/diveplanner.cpp - please check I got this
right.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 2009740fe..0b0b0055d 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -29,7 +29,7 @@ class DiveListView; class GlobeGPS; class MainTab; class ProfileGraphicsView; -class QTextBrowser; +class QWebView; enum MainWindowTitleFormat { MWTF_DEFAULT, MWTF_FILENAME }; @@ -110,7 +110,7 @@ private: Ui::MainWindow *ui; QAction *actionNextDive; QAction *actionPreviousDive; - QTextBrowser *helpView; + QWebView *helpView; QString filter(); bool askSaveChanges(); void writeSettings(); |