Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/editorwindow.h')
-rw-r--r--src/editorwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editorwindow.h b/src/editorwindow.h
index dc1ed6e..4305aea 100644
--- a/src/editorwindow.h
+++ b/src/editorwindow.h
@@ -10,6 +10,8 @@
#include <QWidget>
+class QSplitter;
+
namespace editor
{
@@ -36,6 +38,7 @@ protected:
private:
MapWidget *editorwindow_mapwidget;
SideBar *editorwindow_sidebar;
+ QSplitter *editorwindow_splitter;
};
}