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.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sigscript/MapEffectWrapper.cpp') diff --git a/sigscript/MapEffectWrapper.cpp b/sigscript/MapEffectWrapper.cpp index 491a3d3c..3bbacff9 100644 --- a/sigscript/MapEffectWrapper.cpp +++ b/sigscript/MapEffectWrapper.cpp @@ -48,9 +48,8 @@ QString MapEffectWrapper::name() const return m_effect->name(); } -QRect MapEffectWrapper::area() const +QPainterPath MapEffectWrapper::area() const { - ALLOW_OVERRIDE_SO(effect, QRect, area); return m_effect->area(); } -- cgit