summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnx/qnxnfcmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nfc/qnx/qnxnfcmanager.cpp')
-rw-r--r--src/nfc/qnx/qnxnfcmanager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nfc/qnx/qnxnfcmanager.cpp b/src/nfc/qnx/qnxnfcmanager.cpp
index 3ecdcfae..bd072c7b 100644
--- a/src/nfc/qnx/qnxnfcmanager.cpp
+++ b/src/nfc/qnx/qnxnfcmanager.cpp
@@ -386,9 +386,8 @@ void QNXNFCManager::targetLost(unsigned int targetId)
}
}
-bool QNXNFCManager::startTargetDetection(const QList<QNearFieldTarget::Type> &targetTypes)
+bool QNXNFCManager::startTargetDetection()
{
- Q_UNUSED(targetTypes)
qQNXNFCDebug() << "Start target detection for all types";
//TODO handle the target types
if (nfc_register_tag_readerwriter(TAG_TYPE_ALL) == NFC_RESULT_SUCCESS) {