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 23:04:53 +0000
committerStijn Buys <ingar@osirion.org>2012-02-26 23:04:53 +0000
commit802fe3321306a81e227584e34087b477110ffdb5 (patch)
tree3f1c93bd6cd1a0293500f24f4aee42ba74c9c9da /src/mapwidget.h
parent06324807359ab34bf1742049ea8b7794d3be126e (diff)
Select newly created entities,
remember entity type updates, rearranged sidebar widget construction code.
Diffstat (limited to 'src/mapwidget.h')
-rw-r--r--src/mapwidget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapwidget.h b/src/mapwidget.h
index 087fd3d..8d09209 100644
--- a/src/mapwidget.h
+++ b/src/mapwidget.h
@@ -96,13 +96,12 @@ public slots:
* */
void duplicateSelected();
-
-private slots:
/**
* @brief called when an entity on the map has been clicked
* */
void select(EntityWidget *entity);
+private slots:
/**
* @brief clear current selection
* */