summaryrefslogtreecommitdiff
path: root/tikzit/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/mainwindow.h')
-rw-r--r--tikzit/mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tikzit/mainwindow.h b/tikzit/mainwindow.h
index 167707a..d33a89d 100644
--- a/tikzit/mainwindow.h
+++ b/tikzit/mainwindow.h
@@ -6,6 +6,10 @@
#include <QMainWindow>
#include <QGraphicsView>
+namespace Ui {
+class MainWindow;
+}
+
class MainWindow : public QMainWindow
{
Q_OBJECT
@@ -15,7 +19,7 @@ public:
~MainWindow();
private:
TikzScene *tikzScene;
- QGraphicsView *tikzView;
+ Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H