aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-12-16 12:49:09 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-12-16 12:49:09 +0100
commitc8854d193231736e9c609bc2f6eb169cf83579af (patch)
treef51e379204b8cb6c3242930938d71b375d7b4fd8 /src/mainwindow.h
parentWebView pageMenu implementation (diff)
downloadsmolbote-c8854d193231736e9c609bc2f6eb169cf83579af.tar.xz
Moved MainWindow toolbars to mainwindow.ui
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;