aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 2b94699..d0fb139 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -22,9 +22,6 @@
#define MAINWINDOW_H
#include <QMainWindow>
-#include <QToolBar>
-
-
#include "webengine/webengineprofile.h"
#include <QUrl>
#include "widgets/webviewtabbar.h"
@@ -80,7 +77,6 @@ private:
Q_DISABLE_COPY(MainWindow)
Ui::MainWindow *ui;
- QToolBar *navigationToolBar, *tabToolBar;
WebViewTabBar *tabBar;
WebView *m_currentView;