doc: Remove ifndef Q_QDOC
qdoc needs to see these declarations now because... clang. Change-Id: I93264125db5bcea6adb1a4636e5459ec80702de1 Reviewed-by: Paul Wicking <paul.wicking@qt.io>bb10
parent
7f0faddf9f
commit
01ce9c05a3
|
|
@ -49,8 +49,6 @@
|
|||
#include <QtCore/qglobal.h>
|
||||
#include <iterator>
|
||||
|
||||
#ifndef Q_QDOC
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
namespace QtPrivate
|
||||
|
|
@ -131,6 +129,4 @@ using IfAssociativeIteratorHasFirstAndSecond =
|
|||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // Q_QDOC
|
||||
|
||||
#endif // QCONTAINERTOOLS_IMPL_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue