aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativelocale_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativelocale_p.h')
-rw-r--r--src/declarative/qml/qdeclarativelocale_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativelocale_p.h b/src/declarative/qml/qdeclarativelocale_p.h
index 904e4e6b11..98370fbf8a 100644
--- a/src/declarative/qml/qdeclarativelocale_p.h
+++ b/src/declarative/qml/qdeclarativelocale_p.h
@@ -119,8 +119,12 @@ public:
static v8::Handle<v8::Value> locale(QV8Engine *v8engine, const QString &lang);
+ static void registerStringLocaleCompare(QV8Engine *engine);
+
private:
QDeclarativeLocale();
+
+ static v8::Handle<v8::Value> localeCompare(const v8::Arguments &args);
};