summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2018-03-19 15:01:08 +0100
committerAlex Blasche <alexander.blasche@qt.io>2018-03-20 06:49:38 +0000
commit65092d3d371f53c202337d6cfc583f9fd24e5b8b (patch)
treede65ffc9311650131ff296fc31b88bcfbbf9cf6f /src
parent8cdd3ed68bacfccfdbe719ef03f9f57ff3aa48eb (diff)
Add since command in documentation for new API method
Specify for which release the isSupported method will be available Task-number: QTBUG-62169 Change-Id: Iee1e63b5727ab6cce87d0fb587a5bb76e6d502f5 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/nfc/qnearfieldmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nfc/qnearfieldmanager.cpp b/src/nfc/qnearfieldmanager.cpp
index 0b9c9161..8b46d420 100644
--- a/src/nfc/qnearfieldmanager.cpp
+++ b/src/nfc/qnearfieldmanager.cpp
@@ -214,6 +214,8 @@ bool QNearFieldManager::isAvailable() const
}
/*!
+ \since 5.12
+
Returns \c true if the underlying device has a NFC adapter; otherwise returns \c false.
\sa isAvailable()