Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;