diff options
Diffstat (limited to 'src/imports/location/qdeclarativegeomaprouteobject.cpp')
-rw-r--r-- | src/imports/location/qdeclarativegeomaprouteobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomaprouteobject.cpp b/src/imports/location/qdeclarativegeomaprouteobject.cpp index cd6b7c67..b8e1689b 100644 --- a/src/imports/location/qdeclarativegeomaprouteobject.cpp +++ b/src/imports/location/qdeclarativegeomaprouteobject.cpp @@ -44,7 +44,7 @@ QT_BEGIN_NAMESPACE -QDeclarativeGeoMapRouteObject::QDeclarativeGeoMapRouteObject(QDeclarativeItem *parent) +QDeclarativeGeoMapRouteObject::QDeclarativeGeoMapRouteObject(QSGItem *parent) : QDeclarativeGeoMapObject(parent), route_(0) { route_ = new QGeoMapRouteObject(); // graphical object |