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-18 22:13:02 +0000
committerStijn Buys <ingar@osirion.org>2012-02-18 22:13:02 +0000
commit698f901a6d983f3f44b07f6560b1370850483fa0 (patch)
tree405ac907b9ff4a1ea1af1320f55ac30b3545244a /src/mainwindow.h
parent89c0d325d049666a07994c1a53461b8d7bb0d887 (diff)
Added map entities, added ini file reader.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d2b385a..82a14db 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -18,7 +18,9 @@ class QMdiArea;
namespace editor
{
-
+
+class EditorWindow;
+
class MainWindow : public QMainWindow
{
Q_OBJECT
@@ -34,7 +36,7 @@ private:
void init_actions();
void init_menu();
- void add_child();
+ EditorWindow *addEditorWindow();
QMdiArea *mainwindow_mdiarea;
QMenu *mainwindow_filemenu;