From c8854d193231736e9c609bc2f6eb169cf83579af Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 16 Dec 2017 12:49:09 +0100 Subject: Moved MainWindow toolbars to mainwindow.ui --- src/mainwindow.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainwindow.h') 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 -#include - - #include "webengine/webengineprofile.h" #include #include "widgets/webviewtabbar.h" @@ -80,7 +77,6 @@ private: Q_DISABLE_COPY(MainWindow) Ui::MainWindow *ui; - QToolBar *navigationToolBar, *tabToolBar; WebViewTabBar *tabBar; WebView *m_currentView; -- cgit v1.2.1