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>bb10
parent
23a6479715
commit
5c04b83715
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue