diff options
Diffstat (limited to 'sigscript/MapWarpWrapper.cpp')
| -rw-r--r-- | sigscript/MapWarpWrapper.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sigscript/MapWarpWrapper.cpp b/sigscript/MapWarpWrapper.cpp index 898deef1..44011c97 100644 --- a/sigscript/MapWarpWrapper.cpp +++ b/sigscript/MapWarpWrapper.cpp @@ -58,9 +58,8 @@ QString MapWarpWrapper::name() const return m_warp->name(); } -QRect MapWarpWrapper::area() const +QPainterPath MapWarpWrapper::area() const { - ALLOW_OVERRIDE_SO(warp, QRect, area); return m_warp->area(); } |
