aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-09-10 22:59:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2017-09-10 22:59:47 +0200
commitc114e8df178f19064c0b90ae162f062b25668fff (patch)
tree37c82c07b353ed9cd2db271f02d7f8dddd7b508c /src/mainwindow.h
parentBack and forward history menus (diff)
downloadsmolbote-c114e8df178f19064c0b90ae162f062b25668fff.tar.xz
Back/Forward NavigationButton class
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index cf0bac5..50483d2 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -32,6 +32,8 @@
#include "filter/blockermanager.h"
#include "widgets/loadingbar.h"
+#include "navigation/navigationbutton.h"
+
namespace Ui {
class MainWindow;
}
@@ -70,6 +72,9 @@ private:
QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;
WebView *m_currentView;
+
+ // navigation
+ NavigationButton *backButton, *forwardButton;
AddressBar *m_addressBar;
LoadingBar *m_progressBar;
};