summaryrefslogtreecommitdiffstats
path: root/sigscript/MapWarpWrapper.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-19 18:02:36 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-19 18:02:36 -0400
commitf0e0a403376f263cba7b3698e5ecc811a155b591 (patch)
treec89c81c40d5bb17222a52ca9cbc997abf0ccf394 /sigscript/MapWarpWrapper.h
parentb318d695fddbfaa71755cec4c7d85e9e9bdca8f2 (diff)
downloadsigen-f0e0a403376f263cba7b3698e5ecc811a155b591.tar.gz
sigen-f0e0a403376f263cba7b3698e5ecc811a155b591.tar.xz
sigen-f0e0a403376f263cba7b3698e5ecc811a155b591.zip
Update sigscript
Diffstat (limited to 'sigscript/MapWarpWrapper.h')
-rw-r--r--sigscript/MapWarpWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigscript/MapWarpWrapper.h b/sigscript/MapWarpWrapper.h
index 69fa6021..b239a884 100644
--- a/sigscript/MapWarpWrapper.h
+++ b/sigscript/MapWarpWrapper.h
@@ -39,7 +39,7 @@ class SIGSCRIPT_EXPORT MapWarpWrapper : public ObjectWrapper
Q_SCRIPTABLE Sigmod::MapWarp::Type type(const QString& name) const;
Q_SCRIPTABLE QString name() const;
- Q_SCRIPTABLE QRect area() const;
+ Q_SCRIPTABLE QPainterPath area() const;
Q_SCRIPTABLE Sigmod::MapWarp::Type type() const;
Q_SCRIPTABLE MapWarpWrapper* toWarp();
Q_SCRIPTABLE Sigcore::Script script() const;