summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index 398c37a7..58ed0e50 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -257,6 +257,8 @@ void QDeclarativeNearField::_q_handleTargetDetected(QNearFieldTarget *target)
this, SLOT(_q_handleNdefMessage(QNdefMessage)));
target->readNdefMessages();
}
+
+ emit tagFound();
}
void QDeclarativeNearField::append_messageRecord(QQmlListProperty<QQmlNdefRecord> *list,