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>2013-11-11 18:35:13 +0000
committerStijn Buys <ingar@osirion.org>2013-11-11 18:35:13 +0000
commite44fa0f1ca62fbcc640530abb2d085939f470d34 (patch)
treea7db2549b2d697e16e3f51d30c8570c9a0731e3c /src/mainwindow.h
parent669abae48358e131e36fda99043c6bac291e74e7 (diff)
Added box selection, deleted selected, duplicate selected, move selected.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 0563aa9..4bf2ffb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -43,6 +43,7 @@ private slots:
private:
void initActions();
void initMenus();
+ void initStatus();
/// add a new child window
EditorWindow *add_child();