aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-05-07 13:04:12 +0200
committerLars Knoll <lars.knoll@digia.com>2013-05-07 13:17:22 +0200
commit78fc64d11c187a796e6b80bd1f35792e202fa9f9 (patch)
tree47a5af8a9765e41fa604ee0a670eb2edee0f798e /src/qml/qml/qqmllocale_p.h
parent468dcb84a544a56e2369f6fe235f1733c27cb7a9 (diff)
Inject the QML Number extensions directly into the Number proto and ctor
Change-Id: Ibb939057cbd1bf5d68972e656ddeae1e58a0d6a4 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/qml/qqmllocale_p.h')
-rw-r--r--src/qml/qml/qqmllocale_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllocale_p.h b/src/qml/qml/qqmllocale_p.h
index 67f5f8f1a1..a37bd71865 100644
--- a/src/qml/qml/qqmllocale_p.h
+++ b/src/qml/qml/qqmllocale_p.h
@@ -71,7 +71,7 @@ private:
class QQmlNumberExtension
{
public:
- static void registerExtension(QV8Engine *engine);
+ static void registerExtension(QV4::ExecutionEngine *engine);
private:
static QV4::Value toLocaleString(QV4::SimpleCallContext *ctx);