summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-14 21:10:03 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-14 21:10:03 +0300
commita568d60cef5e293c33eec6a1864e361f16b895b9 (patch)
tree8014f8546f7b6af95ff67d06c565034f54d607f3 /include/MainWindow.h
parentAdd missing parents (diff)
downloadnheko-a568d60cef5e293c33eec6a1864e361f16b895b9.tar.xz
Remove MainWindow ui form
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h8
1 files changed, 0 insertions, 8 deletions
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_;