summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/nfc/plugins.qmltypes')
-rw-r--r--src/imports/nfc/plugins.qmltypes11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/imports/nfc/plugins.qmltypes b/src/imports/nfc/plugins.qmltypes
index bbdc4398..6abc211d 100644
--- a/src/imports/nfc/plugins.qmltypes
+++ b/src/imports/nfc/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.1
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -notrelocatable QtNfc 5.4'
+// 'qmlplugindump -nonrelocatable QtNfc 5.5'
Module {
Component {
@@ -55,12 +55,17 @@ Module {
exports: [
"QtNfc/NearField 5.0",
"QtNfc/NearField 5.2",
- "QtNfc/NearField 5.4"
+ "QtNfc/NearField 5.4",
+ "QtNfc/NearField 5.5"
]
- exportMetaObjectRevisions: [0, 0, 0]
+ exportMetaObjectRevisions: [0, 0, 0, 1]
Property { name: "messageRecords"; type: "QQmlNdefRecord"; isList: true; isReadonly: true }
Property { name: "filter"; type: "QDeclarativeNdefFilter"; isList: true; isReadonly: true }
Property { name: "orderMatch"; type: "bool" }
+ Property { name: "polling"; revision: 1; type: "bool" }
+ Signal { name: "pollingChanged"; revision: 1 }
+ Signal { name: "tagFound"; revision: 1 }
+ Signal { name: "tagRemoved"; revision: 1 }
}
Component {
name: "QQmlNdefRecord"