summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 2be4731..5311c68 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -35,6 +35,8 @@
#include "outputwindow.h"
#include "luascript.h"
+class QSplitter;
+
class MainWindow
: public QMainWindow
{
@@ -71,6 +73,7 @@ private:
bool dirty{false};
QAction* act_save;
CodeEditor *editor;
+ QSplitter *splitter;
QFileSystemWatcher watcher;
QString program;