summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-12-30 17:31:19 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2018-12-30 17:31:19 +0100
commit9e3175f399a7a636859130de91e89a86fe12033c (patch)
tree712aed0a78fd22246ba0f2ae0bb0584ec028c7f1 /src/mainwindow.h
parent621e62b3f342a12299e2451adc3ae850f54857c8 (diff)
Store state of splitter.
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;