Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-19 21:39:11 +0000
committerStijn Buys <ingar@osirion.org>2012-02-19 21:39:11 +0000
commit84f9c2b6e31c46d7d692224c36bd42bcd969a5f2 (patch)
tree989f5c4f22ad08959f68a73cf6487be6068a1306 /src/editorwindow.h
parent9e7fa49f168c4ae25d23e4858a895216e997d205 (diff)
Added a splitter to the editorwindow.
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;
};
}