summaryrefslogtreecommitdiffstats
path: root/src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h
diff options
context:
space:
mode:
authorSean Fang <sean.fang@nokia.com>2011-01-27 17:27:17 +0800
committerSean Fang <sean.fang@nokia.com>2011-01-27 17:27:17 +0800
commite27e25ce8ac65b2593501afa80b2dfadfe217aa5 (patch)
tree5c09f4b9bdab0a6a15544bac9268197b6b280247 /src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h
parent063c44d2056b0cfb6db3b3e471d1ec8fc86eeda1 (diff)
Change hasNdef implementation for tags.
Diffstat (limited to 'src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h')
-rw-r--r--src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h b/src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h
index 80cca4df42..8ee5ca33ee 100644
--- a/src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h
+++ b/src/connectivity/nfc/symbian/nearfieldtagimplcommon_symbian.h
@@ -99,7 +99,7 @@ protected:
QNearFieldTarget::RequestId _sendCommand(const QByteArray &command);
QNearFieldTarget::RequestId _sendCommands(const QList<QByteArray> &command);
bool _waitForRequestCompleted(const QNearFieldTarget::RequestId &id, int msecs = 5000);
- int _waitForRequestCompletedNoSignal(const QNearFieldTarget::RequestId &id, int msecs = 5000);
+ bool _waitForRequestCompletedNoSignal(const QNearFieldTarget::RequestId &id, int msecs = 5000);
QByteArray _uid() const;