summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2019-09-14 11:50:14 +0200
committerMartin Smith <martin.smith@qt.io>2019-09-16 13:15:36 +0200
commit01ce9c05a31065d3860f042a6616f3559981bc53 (patch)
tree601d6ae57bc116b845cb7da0c0a5dba2caaf6200 /src/corelib
parent7f0faddf9fe25adc0a3e0827e21c030d6a7a1035 (diff)
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>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qcontainertools_impl.h4
1 files changed, 0 insertions, 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 <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