From 01ce9c05a31065d3860f042a6616f3559981bc53 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Sat, 14 Sep 2019 11:50:14 +0200 Subject: [PATCH] doc: Remove ifndef Q_QDOC qdoc needs to see these declarations now because... clang. Change-Id: I93264125db5bcea6adb1a4636e5459ec80702de1 Reviewed-by: Paul Wicking --- src/corelib/tools/qcontainertools_impl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/corelib/tools/qcontainertools_impl.h b/src/corelib/tools/qcontainertools_impl.h index 86a16eb32b..3a0c4381f1 100644 --- a/src/corelib/tools/qcontainertools_impl.h +++ b/src/corelib/tools/qcontainertools_impl.h @@ -49,8 +49,6 @@ #include #include -#ifndef Q_QDOC - QT_BEGIN_NAMESPACE namespace QtPrivate @@ -131,6 +129,4 @@ using IfAssociativeIteratorHasFirstAndSecond = QT_END_NAMESPACE -#endif // Q_QDOC - #endif // QCONTAINERTOOLS_IMPL_H