From c5fedfb1ec79b97edec4a82b70f082fba93a5b5d Mon Sep 17 00:00:00 2001 From: Aleks Kissinger Date: Mon, 31 Dec 2018 12:56:32 +0100 Subject: image export in progress --- src/tikzit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tikzit.h') 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); -- cgit v1.2.3