summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2020-04-17 10:17:05 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2020-04-17 15:25:12 +0200
commit5c04b83715c4c846d44dff4e4df3a0231f12a607 (patch)
tree7a170018089e82f48181b6702e50867cd38d02e1 /src
parent23a64797157f50551d999a14b3f7ee96a37d57a0 (diff)
QSocketNotifier::activated(QSocketDescriptor...) doc fixup
We agreed to make the type internal but somehow it slipped my mind to actually label them as such. Task-number: QTBUG-70441 Change-Id: Id90521ecc09bfa1db29601b96ba70bcdcb64d458 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qsocketnotifier.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qsocketnotifier.cpp b/src/corelib/kernel/qsocketnotifier.cpp
index 6c032d13ae..6e1d2103bd 100644
--- a/src/corelib/kernel/qsocketnotifier.cpp
+++ b/src/corelib/kernel/qsocketnotifier.cpp
@@ -313,6 +313,7 @@ bool QSocketNotifier::event(QEvent *e)
\class QSocketDescriptor
\inmodule QtCore
\brief A class which holds a native socket descriptor.
+ \internal
\ingroup network
\ingroup io
@@ -329,12 +330,14 @@ bool QSocketNotifier::event(QEvent *e)
/*!
\fn QSocketDescriptor::QSocketDescriptor(DescriptorType descriptor)
+ \internal
Construct a QSocketDescriptor from a native socket \a descriptor.
*/
/*!
\fn QSocketDescriptor::QSocketDescriptor(qintptr descriptor)
+ \internal
Construct a QSocketDescriptor from a native socket \a descriptor.
@@ -343,6 +346,7 @@ bool QSocketNotifier::event(QEvent *e)
/*!
\fn Qt::HANDLE QSocketDescriptor::winHandle() const noexcept
+ \internal
Returns the internal handle.