doc: clangqdoc must see SCTP classes
clangqdoc must parse the declarations for QSctpServer and QSctpSocket, not just for Q_OS_WIN, so Q_CLANG_QDOC must be tested as well. Change-Id: I70f5a0542b654826d9d36fe68930752e68caf6b6 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
693f913a99
commit
f062078e30
|
|
@ -45,7 +45,7 @@
|
|||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
||||
#ifndef QT_NO_SCTP
|
||||
#if !defined(QT_NO_SCTP) || defined(Q_CLANG_QDOC)
|
||||
|
||||
class QSctpServerPrivate;
|
||||
class QSctpSocket;
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
#ifndef QT_NO_SCTP
|
||||
#if !defined(QT_NO_SCTP) || defined(Q_CLANG_QDOC)
|
||||
|
||||
class QSctpSocketPrivate;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue