Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index a7dbb66..087fd3d 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -86,6 +86,17 @@ public slots:
* */
void resizeChildren();
+ /**
+ * @brief delete selected entities
+ * */
+ void deleteSelected();
+
+ /**
+ * @brief duplicate selected entities
+ * */
+ void duplicateSelected();
+
+
private slots:
/**
* @brief called when an entity on the map has been clicked