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-03-11 10:25:06 +0000
committerStijn Buys <ingar@osirion.org>2012-03-11 10:25:06 +0000
commitf46146993b50ca5afc802288deeb5bd72a176d9a (patch)
tree6b1cde69c854c18ec885562bd97f6c5908cdc0ad /src/editorwindow.h
parent7c17b396474fc3783664dbd4da86548389825ea3 (diff)
Added zone properties button.
Diffstat (limited to 'src/editorwindow.h')
-rw-r--r--src/editorwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/editorwindow.h b/src/editorwindow.h
index 12aec59..3916292 100644
--- a/src/editorwindow.h
+++ b/src/editorwindow.h
@@ -59,6 +59,11 @@ public slots:
* */
void duplicateSelected();
+ /**
+ * @brief open the zone properties window
+ * */
+ void showZoneProperties();
+
protected:
virtual void resizeEvent (QResizeEvent *event);