summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtaskbuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/qtaskbuilder.h')
-rw-r--r--src/concurrent/qtaskbuilder.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/concurrent/qtaskbuilder.h b/src/concurrent/qtaskbuilder.h
index 2f4a39b9e9..95ab8021e7 100644
--- a/src/concurrent/qtaskbuilder.h
+++ b/src/concurrent/qtaskbuilder.h
@@ -4,13 +4,13 @@
#ifndef QTBASE_QTTASKBUILDER_H
#define QTBASE_QTTASKBUILDER_H
-#if !defined(QT_NO_CONCURRENT) || defined(Q_CLANG_QDOC)
+#if !defined(QT_NO_CONCURRENT) || defined(Q_QDOC)
#include <QtConcurrent/qtconcurrentstoredfunctioncall.h>
QT_BEGIN_NAMESPACE
-#ifdef Q_CLANG_QDOC
+#ifdef Q_QDOC
namespace QtConcurrent {
@@ -126,7 +126,7 @@ private: // Data
} // namespace QtConcurrent
-#endif // Q_CLANG_QDOC
+#endif // Q_QDOC
QT_END_NAMESPACE