summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfuture.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2017-03-09 14:18:46 +0100
committerMartin Smith <martin.smith@qt.io>2017-12-06 10:02:31 +0000
commitaefb3a9a076a6df1076cf8bf4f2a3b0c8993f6ee (patch)
tree5ce9e37e28475336ac539ae78e88d5ba987d59c2 /src/corelib/thread/qfuture.h
parentceccdff4e9fc93819d819b8ed15d95822f980505 (diff)
doc: Ensure clangqdoc sees declarations
This update corrects several uses of #ifdef macros that needed updating because qdoc now uses clang to parse header files. Change-Id: I285efa4629a1a5d5bcbfaf701eeafbd0e9f1e43e Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/thread/qfuture.h')
-rw-r--r--src/corelib/thread/qfuture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qfuture.h b/src/corelib/thread/qfuture.h
index 20efc3ce9f..d86b09f7ea 100644
--- a/src/corelib/thread/qfuture.h
+++ b/src/corelib/thread/qfuture.h
@@ -42,7 +42,7 @@
#include <QtCore/qglobal.h>
-#ifndef QT_NO_QFUTURE
+#if !defined(QT_NO_QFUTURE) || defined(Q_CLANG_QDOC)
#include <QtCore/qfutureinterface.h>
#include <QtCore/qstring.h>