summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-02-09 15:25:58 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-02-12 08:11:29 +0000
commit03163a3c9129b7f982b690e750056506c3d06b41 (patch)
tree7c21fb532dd3eac3bfa4279fe672006cd4f8a18d
parent5dc03fbf2c199c37a1e6cc69fdade7be1c5bbea6 (diff)
downloadqtlocation-03163a3c9129b7f982b690e750056506c3d06b41.tar.gz
Update QTBUG reference for qmlRegisterUncreatableType template function
The previous bug references a slightly different problem in the same template function. A new bug was filed to reflect that difference. Change-Id: I2d0f952efae3d4e0763e430db04d6ac76a8fa998 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/imports/location/location.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/location/location.cpp b/src/imports/location/location.cpp
index dbeb3c5d..fca567dd 100644
--- a/src/imports/location/location.cpp
+++ b/src/imports/location/location.cpp
@@ -149,11 +149,11 @@ public:
// Implicitly registers 5.3 & 5.4
minor = 5;
- //TODO: this is broken QTBUG-40043
+ //TODO: this is broken QTBUG-50990
qmlRegisterUncreatableType<QDeclarativeGeoMapType, 1>(uri, major, minor, "MapType",
QStringLiteral("MapType is not intended instantiable by developer."));
minor = 6;
- //TODO: this is broken QTBUG-40043
+ //TODO: this is broken QTBUG-50990
qmlRegisterUncreatableType<QQuickGeoMapGestureArea, 1>(uri, major, minor, "MapGestureArea",
QStringLiteral("(Map)GestureArea is not intended instantiable by developer."));