summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/plugin.cpp
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-25 12:52:59 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-08-25 11:04:57 +0000
commitee5740d1e11dd84d3d80a357d3eb31eb63eee5a5 (patch)
tree9a7bd6f58e29753fd5645f9bbf86e6f97b530404 /src/imports/nfc/plugin.cpp
parent0ee574b29a46be7250d673b2f85f85ee2d18a6fe (diff)
Introduce QML Nfc 5.6 versionv5.6.0-alpha1
Change-Id: I99b6dc6c23dd94ff3bca413ba644018880d75eba Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/imports/nfc/plugin.cpp')
-rw-r--r--src/imports/nfc/plugin.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/imports/nfc/plugin.cpp b/src/imports/nfc/plugin.cpp
index 14f3b280..ff7474f3 100644
--- a/src/imports/nfc/plugin.cpp
+++ b/src/imports/nfc/plugin.cpp
@@ -83,6 +83,11 @@ public:
// Register the 5.5 types
minor = 5;
qmlRegisterType<QDeclarativeNearField, 1>(uri, major, minor, "NearField");
+
+ // Register the 5.6 types
+ minor = 6;
+ qmlRegisterType<QDeclarativeNearField, 1>(uri, major, minor, "NearField");
+
}
};