Remove MainWindow ui form

This commit is contained in:
Konstantinos Sideris 2017-05-14 21:10:03 +03:00
parent e5ef84617c
commit a568d60cef
4 changed files with 12 additions and 56 deletions

View file

@ -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_;