summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnearfieldmanager.h')
-rw-r--r--src/nfc/qnearfieldmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nfc/qnearfieldmanager.h b/src/nfc/qnearfieldmanager.h
index 8c91a801..c367d875 100644
--- a/src/nfc/qnearfieldmanager.h
+++ b/src/nfc/qnearfieldmanager.h
@@ -71,6 +71,10 @@ public:
bool startTargetDetection();
void stopTargetDetection();
+ //TODO Qt 6 Consider removal of this registration mechanism
+ //None of the currently supported platforms supports the feature
+ //or in fact the implementation (on Android) is not what the
+ //function is supposed to do.
int registerNdefMessageHandler(QObject *object, const char *method);
int registerNdefMessageHandler(QNdefRecord::TypeNameFormat typeNameFormat,
const QByteArray &type,