doc: Let qdoc parse qdtls.h even without dtls

This update removes the requirement for dtls to be present when qdoc
runs so that qdoc can parse qdtls.h.

_#ifndef Q_CLANG_QDOC
 QT_REQUIRE_CONFIG(dtls);
_#endif

Change-Id: I69ba5e378bebe86f93830d14e3956eb0d677508e
Reviewed-by: Martin Smith <martin.smith@qt.io>
This commit is contained in:
Martin Smith 2018-10-19 12:29:51 +02:00
parent 56410a51cc
commit 1864748136

View File

@ -48,7 +48,9 @@
#include <QtCore/qcryptographichash.h>
#include <QtCore/qobject.h>
#ifndef Q_CLANG_QDOC
QT_REQUIRE_CONFIG(dtls);
#endif
QT_BEGIN_NAMESPACE