aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-05-21 10:56:08 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-21 12:51:50 +0200
commit15db69e5066a6535532744186e11f3098800f0ba (patch)
treed50221a30522e1892830e6e6a2f7cffb838cf592 /src/qml/qml/qqmllocale.cpp
parent05346f300383b322049e75158c1ab5481bfc2c40 (diff)
Remove some unused classes from the v8 API
Change-Id: I6fdb7903a3cdb3b3167144f78bd7cf58647deb67 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'src/qml/qml/qqmllocale.cpp')
-rw-r--r--src/qml/qml/qqmllocale.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllocale.cpp b/src/qml/qml/qqmllocale.cpp
index fa7336eb72..6e149703db 100644
--- a/src/qml/qml/qqmllocale.cpp
+++ b/src/qml/qml/qqmllocale.cpp
@@ -384,7 +384,8 @@ QV4::Value QQmlDateExtension::timeZoneUpdated(QV4::SimpleCallContext *ctx)
if (ctx->argumentCount != 0)
V4THROW_ERROR("Locale: Date.timeZoneUpdated(): Invalid arguments");
- v8::Date::DateTimeConfigurationChangeNotification();
+ // ### Anything we need to do here?
+ //v8::Date::DateTimeConfigurationChangeNotification();
return QV4::Value::undefinedValue();
}