From 1110ccccc0a4c844e82faaddb9e44eb709ea4030 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 18 Mar 2009 12:27:39 -0400 Subject: Update sigscript --- sigscript/MapEffectWrapper.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sigscript/MapEffectWrapper.cpp') diff --git a/sigscript/MapEffectWrapper.cpp b/sigscript/MapEffectWrapper.cpp index c9b61296..491a3d3c 100644 --- a/sigscript/MapEffectWrapper.cpp +++ b/sigscript/MapEffectWrapper.cpp @@ -48,10 +48,10 @@ QString MapEffectWrapper::name() const return m_effect->name(); } -QPoint MapEffectWrapper::position() const +QRect MapEffectWrapper::area() const { - ALLOW_OVERRIDE_SO(effect, QPoint, position); - return m_effect->position(); + ALLOW_OVERRIDE_SO(effect, QRect, area); + return m_effect->area(); } SkinWrapper* MapEffectWrapper::skin() -- cgit