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
Martin Smith 2016-11-18 14:42:28 +01:00
parent 693f913a99
commit f062078e30
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
QT_BEGIN_NAMESPACE
#ifndef QT_NO_SCTP
#if !defined(QT_NO_SCTP) || defined(Q_CLANG_QDOC)
class QSctpServerPrivate;
class QSctpSocket;

View File

@ -45,7 +45,7 @@
QT_BEGIN_NAMESPACE
#ifndef QT_NO_SCTP
#if !defined(QT_NO_SCTP) || defined(Q_CLANG_QDOC)
class QSctpSocketPrivate;