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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/mainwindow.h b/src/gui/mainwindow.h
index 1e05239..10695b7 100644
--- a/src/gui/mainwindow.h
+++ b/src/gui/mainwindow.h
@@ -15,6 +15,7 @@
#include <QMainWindow>
#include <QGraphicsView>
+#include <QSplitter>
namespace Ui {
class MainWindow;
@@ -35,6 +36,7 @@ public:
TikzDocument *tikzDocument() const;
ToolPalette *toolPalette() const;
StylePalette *stylePalette() const;
+ QSplitter *splitter() const;
QString tikzSource();
void setSourceLine(int line);