From f46146993b50ca5afc802288deeb5bd72a176d9a Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 11 Mar 2012 10:25:06 +0000 Subject: Added zone properties button. --- src/editorwindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/editorwindow.h') 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); -- cgit v1.2.3