summaryrefslogtreecommitdiffstats
path: root/sigscript/MapEffectWrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sigscript/MapEffectWrapper.cpp')
-rw-r--r--sigscript/MapEffectWrapper.cpp3
1 files changed, 1 insertions, 2 deletions
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();
}