aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
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;
};