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-02-26 11:52:25 +0000
committerStijn Buys <ingar@osirion.org>2012-02-26 11:52:25 +0000
commitedaf63323dfb5cff1aa2187bf1e1244c88ed0cae (patch)
treedfa6b43a5977f9dd95b2b29ccdc5d3fe5dadcdb0 /src/mapwidget.cc
parent0921b67bca379566478979e61207efbf179ee055 (diff)
Mapped edit entity actions to MapWidget,
added initial addEntity action.
Diffstat (limited to 'src/mapwidget.cc')
-rw-r--r--src/mapwidget.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mapwidget.cc b/src/mapwidget.cc
index fe84ada..44ed785 100644
--- a/src/mapwidget.cc
+++ b/src/mapwidget.cc
@@ -280,4 +280,14 @@ void MapWidget::save(QTextStream &textstream)
}
}
+void MapWidget::duplicateSelected()
+{
+
+}
+
+void MapWidget::deleteSelected()
+{
+
+}
+
}