summaryrefslogtreecommitdiff
path: root/src/gui/mainwindow.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-20 14:46:45 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-20 14:46:45 +0200
commitc2fcad0f3fdaba6690258ad8d059f36c9eba95cb (patch)
treee3a94c2fde1a36461ef9f610d18673e80be5c8d2 /src/gui/mainwindow.h
parent8b3d8aeba693908f4b1b21aa46d394786c35db28 (diff)
added about box
Diffstat (limited to 'src/gui/mainwindow.h')
-rw-r--r--src/gui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index a000784..21fbd5a 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -40,6 +40,8 @@ public:
QString tikzSource();
void setSourceLine(int line);
+ MainMenu *menu() const;
+
public slots:
void on_tikzSource_textChanged();
void updateFileName();