summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qexception.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/qexception.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/qexception.h')
-rw-r--r--src/corelib/thread/qexception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qexception.h b/src/corelib/thread/qexception.h
index 5c43cedffd..a613064306 100644
--- a/src/corelib/thread/qexception.h
+++ b/src/corelib/thread/qexception.h
@@ -54,7 +54,7 @@
QT_BEGIN_NAMESPACE
-#ifndef QT_NO_EXCEPTIONS
+#if !defined(QT_NO_EXCEPTIONS) || defined(Q_CLANG_QDOC)
class Q_CORE_EXPORT QException : public std::exception
{