summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-12-31 12:56:32 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-12-31 12:56:32 +0100
commitc5fedfb1ec79b97edec4a82b70f082fba93a5b5d (patch)
treed625f92b917f4c9cc11e3271f66c17a01f63f54e /src/tikzit.h
parent281efdc81ddfbd8a94775e96d7076860af1ae2e3 (diff)
image export in progress
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index 24bf56b..15f0b46 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -136,6 +136,8 @@ public:
QString styleFilePath() const;
void updateRecentFiles();
+ PreviewWindow *previewWindow() const;
+
public slots:
void clearRecentFiles();
void setCheckForUpdates(bool check);