From f0e0a403376f263cba7b3698e5ecc811a155b591 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 19 Mar 2009 18:02:36 -0400 Subject: Update sigscript --- sigscript/MapEffectWrapper.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sigscript/MapEffectWrapper.h') diff --git a/sigscript/MapEffectWrapper.h b/sigscript/MapEffectWrapper.h index 52b6d84c..0b9b5863 100644 --- a/sigscript/MapEffectWrapper.h +++ b/sigscript/MapEffectWrapper.h @@ -24,6 +24,9 @@ // Sigcore includes #include +// Qt includes +#include + // Forward declarations namespace Sigmod { @@ -43,7 +46,7 @@ class SIGSCRIPT_EXPORT MapEffectWrapper : public ObjectWrapper static MapEffectWrapper* create(const Sigmod::MapEffect* effect, MapWrapper* parent); Q_SCRIPTABLE QString name() const; - Q_SCRIPTABLE QRect area() const; + Q_SCRIPTABLE QPainterPath area() const; Q_SCRIPTABLE SkinWrapper* skin(); Q_SCRIPTABLE bool isGhost() const; Q_SCRIPTABLE Sigcore::Script script() const; -- cgit