summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtconcurrenttask.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/qtconcurrenttask.h')
-rw-r--r--src/concurrent/qtconcurrenttask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/concurrent/qtconcurrenttask.h b/src/concurrent/qtconcurrenttask.h
index ed5109ede1..40a47918d7 100644
--- a/src/concurrent/qtconcurrenttask.h
+++ b/src/concurrent/qtconcurrenttask.h
@@ -10,7 +10,7 @@
QT_BEGIN_NAMESPACE
-#ifdef Q_CLANG_QDOC
+#ifdef Q_QDOC
namespace QtConcurrent {
@@ -30,7 +30,7 @@ constexpr auto task(Task &&t) { return QTaskBuilder(std::forward<Task>(t)); }
} // namespace QtConcurrent
-#endif // Q_CLANG_QDOC
+#endif // Q_QDOC
QT_END_NAMESPACE