From a568d60cef5e293c33eec6a1864e361f16b895b9 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 14 May 2017 21:10:03 +0300 Subject: Remove MainWindow ui form --- include/MainWindow.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') diff --git a/include/MainWindow.h b/include/MainWindow.h index f1582f85..182b959a 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -30,11 +30,6 @@ #include "SlidingStackWidget.h" #include "WelcomePage.h" -namespace Ui -{ -class MainWindow; -} - class MainWindow : public QMainWindow { Q_OBJECT @@ -59,9 +54,6 @@ private slots: void removeOverlayProgressBar(); private: - // The UI component of the main window. - Ui::MainWindow *ui_; - // The initial welcome screen. WelcomePage *welcome_page_; -- cgit 1.5.1