summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/mainwindow.h')
-rw-r--r--src/gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index facce2b..dc69fbc 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -36,10 +36,13 @@ public:
TikzDocument *tikzDocument() const;
ToolPalette *toolPalette() const;
StylePalette *stylePalette() const;
+ QString tikzSource();
void updateFileName();
void refreshTikz();
+public slots:
+ void on_tikzSource_textChanged();
protected:
void closeEvent(QCloseEvent *event);
void changeEvent(QEvent *event);