aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmllocale_p.h')
-rw-r--r--src/qml/qml/qqmllocale_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/qml/qqmllocale_p.h b/src/qml/qml/qqmllocale_p.h
index dcc9746cc8..67f5f8f1a1 100644
--- a/src/qml/qml/qqmllocale_p.h
+++ b/src/qml/qml/qqmllocale_p.h
@@ -74,9 +74,9 @@ public:
static void registerExtension(QV8Engine *engine);
private:
- static QV4::Value toLocaleString(const v8::Arguments& args);
- static QV4::Value fromLocaleString(const v8::Arguments& args);
- static QV4::Value toLocaleCurrencyString(const v8::Arguments& args);
+ static QV4::Value toLocaleString(QV4::SimpleCallContext *ctx);
+ static QV4::Value fromLocaleString(QV4::SimpleCallContext *ctx);
+ static QV4::Value toLocaleCurrencyString(QV4::SimpleCallContext *ctx);
};