From 9e7fa49f168c4ae25d23e4858a895216e997d205 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Feb 2012 21:29:24 +0000 Subject: Added a seperate class to hold entity properties. --- src/mapwidget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mapwidget.h') diff --git a/src/mapwidget.h b/src/mapwidget.h index 531eb4d..0afcaff 100644 --- a/src/mapwidget.h +++ b/src/mapwidget.h @@ -8,6 +8,8 @@ #ifndef __INCLUDED_EDITOR_MAPWIDGET__ #define __INCLUDED_EDITOR_MAPWIDGET__ +#include "entityproperties.h" + #include #include @@ -72,7 +74,7 @@ signals: /** * @brief the selected() signal is emitted if an entity on the map is selected * */ - void selected(EntityWidget *entity); + void propertiesChanged(EntityProperties *properties); public slots: /** -- cgit v1.2.3