summaryrefslogtreecommitdiffstats
path: root/src/imports/sensors/sensors.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-29 11:29:42 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-05-03 06:09:23 +0000
commitf32489e379805c51b28ae5d471491a649283fd8d (patch)
tree53f6ad6374a9915327c28eacae6807f4755dffcd /src/imports/sensors/sensors.cpp
parent33d15b76dfdb95da5970b8e0294bbb87ea1eb9a8 (diff)
Update QtSensors QML version for Qt 5.7 release
Change-Id: I47e4537c8456e7b762da2a792f0584c1a783db56 Reviewed-by: Lorn Potter <lorn.potter@canonical.com>
Diffstat (limited to 'src/imports/sensors/sensors.cpp')
-rw-r--r--src/imports/sensors/sensors.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/sensors/sensors.cpp b/src/imports/sensors/sensors.cpp
index 27a648c1..c6f61c22 100644
--- a/src/imports/sensors/sensors.cpp
+++ b/src/imports/sensors/sensors.cpp
@@ -222,10 +222,10 @@ public:
qmlRegisterType <QmlSensorGesture >(package, major, minor, "SensorGesture");
- // Register the 5.5 interfaces
+ // Register the 5.7 interfaces
// No API changes, just reintroduce existing interfaces from 5.2
- // Implicitly registers 5.3 - 5.5 too
- minor = 6;
+ // Implicitly registers 5.3 - 5.6 too
+ minor = 7;
qmlRegisterType <QmlAltimeter >(package, major, minor, "Altimeter");
}
};