summaryrefslogtreecommitdiffstats
path: root/src/nfc/qllcpserver.cpp
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2011-12-09 15:27:12 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-23 15:57:18 +0100
commitebd7a5d2935b5ab9dd7910dfb104a9e0c0819677 (patch)
tree2bc160feb75abdf72d29591efe301c55ba9b3132 /src/nfc/qllcpserver.cpp
parentf54bd71301325f7e5681be49d81823986f5cbfcd (diff)
added documentation and examples
Change-Id: Ia99e5f8f9579c189379bce1a22de3d58b12ce5fc Reviewed-by: Alex <alex.blasche@nokia.com> Sanity-Review: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/nfc/qllcpserver.cpp')
-rw-r--r--src/nfc/qllcpserver.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nfc/qllcpserver.cpp b/src/nfc/qllcpserver.cpp
index c7e3697b..d39dc501 100644
--- a/src/nfc/qllcpserver.cpp
+++ b/src/nfc/qllcpserver.cpp
@@ -58,8 +58,7 @@ QTNFC_BEGIN_NAMESPACE
\brief The QLlcpServer class provides an NFC LLCP socket based server.
\ingroup connectivity-nfc
- \inmodule QtConnectivity
- \since 5.0
+ \inmodule QtNfc
This class makes it possible to accept incoming LLCP socket connections.
@@ -152,8 +151,7 @@ QString QLlcpServer::serviceUri() const
/*!
Returns the LLCP port associated with the service URI that the server is listening on.
-
- \note This call is not supported on all platforms and will return 0 on these platforms.
+ This call is not supported on all platforms and will return 0 on these platforms.
*/
quint8 QLlcpServer::serverPort() const
{