From 95c8e91d498efada85533e82bd55e7f58098f7e3 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 22 Oct 2013 14:50:05 +0200 Subject: Update NFC QML API meta data following recent 5.3 version changes Change-Id: Ica03299c1eac726340035a63f2396bd282ab4d51 Reviewed-by: Fabian Bumberger Reviewed-by: Alex Blasche --- src/imports/nfc/plugins.qmltypes | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/imports') diff --git a/src/imports/nfc/plugins.qmltypes b/src/imports/nfc/plugins.qmltypes index 346c0bfa..fff2834f 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.2' +// 'qmlplugindump -notrelocatable QtNfc 5.3' Module { Component { @@ -52,8 +52,12 @@ Module { Component { name: "QDeclarativeNearField" prototype: "QObject" - exports: ["QtNfc/NearField 5.0", "QtNfc/NearField 5.2"] - exportMetaObjectRevisions: [0, 0] + exports: [ + "QtNfc/NearField 5.0", + "QtNfc/NearField 5.2", + "QtNfc/NearField 5.3" + ] + exportMetaObjectRevisions: [0, 0, 0] Property { name: "messageRecords"; type: "QQmlNdefRecord"; isList: true; isReadonly: true } Property { name: "filter"; type: "QDeclarativeNdefFilter"; isList: true; isReadonly: true } Property { name: "orderMatch"; type: "bool" } -- cgit v1.2.3