This commit is contained in:
fourtf
2016-12-30 12:46:03 +01:00
parent bbc1b53c89
commit 42b5de161d
3 changed files with 2 additions and 17 deletions
-7
View File
@@ -4,10 +4,6 @@
#include <QMainWindow>
#include "notebook.h"
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
@@ -16,9 +12,6 @@ public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
Notebook notebook;
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H