summaryrefslogtreecommitdiff
path: root/tikzit/src/gui/mainwindow.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-12-05 17:55:04 +0000
committerAleks Kissinger <aleks0@gmail.com>2017-12-05 17:55:04 +0000
commit5816cd5d5e3edf7ee7a7273c7c3a3d907dc54a4a (patch)
tree1b9022c3671225f06151fb9bbb5cb92dcb0e93a7 /tikzit/src/gui/mainwindow.h
parentcb322a3acee9debf40c48ad1e3fb4458b0f51b7f (diff)
Qt
Diffstat (limited to 'tikzit/src/gui/mainwindow.h')
-rw-r--r--tikzit/src/gui/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tikzit/src/gui/mainwindow.h b/tikzit/src/gui/mainwindow.h
index 2e52cd5..66df23f 100644
--- a/tikzit/src/gui/mainwindow.h
+++ b/tikzit/src/gui/mainwindow.h
@@ -4,6 +4,7 @@
#include "tikzscene.h"
#include "tikzview.h"
#include "graph.h"
+#include "tikzdocument.h"
#include <QMainWindow>
#include <QGraphicsView>
@@ -31,8 +32,8 @@ protected:
void changeEvent(QEvent *event);
private:
TikzScene *_tikzScene;
+ TikzDocument *_tikzDocument;
Ui::MainWindow *ui;
- Graph *_graph;
QString _fileName;
bool _pristine;
int _windowId;