Skip to content

Commit

Permalink
MER: Build on qtdeclarative 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjones committed Jun 24, 2016
1 parent 43dc39a commit ee43fe9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/imports/positioning/positioning.cpp
Expand Up @@ -113,7 +113,6 @@ class QtPositioningDeclarativeModule: public QQmlExtensionPlugin
// Register the 5.2 types
minor = 2;
qmlRegisterSingletonType<LocationSingleton >(uri, major, minor, "QtPositioning", singleton_type_factory);
qmlRegisterValueTypeEnums<GeoShapeValueType >(uri, major, minor, "GeoShape");
qmlRegisterType<QDeclarativePosition >(uri, major, minor, "Position");
qmlRegisterType<QDeclarativePositionSource >(uri, major, minor, "PositionSource");
qmlRegisterType<QDeclarativeGeoAddress >(uri, major, minor, "Address");
Expand Down
1 change: 0 additions & 1 deletion src/imports/positioning/qdeclarativeposition_p.h
Expand Up @@ -46,7 +46,6 @@
#include <QDateTime>
#include <qgeopositioninfosource.h>
#include <qgeopositioninfo.h>
#include "qdeclarativecoordinate_p.h"
#include <QtQml/qqml.h>

// Define this to get qDebug messages
Expand Down

0 comments on commit ee43fe9

Please sign in to comment.