summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qwineventnotifier.h
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2016-11-18 13:44:55 +0100
committerMartin Smith <martin.smith@qt.io>2016-11-19 18:55:47 +0000
commit693f913a995da3f73c57795f0201768472b25613 (patch)
treea6f931486a6424e14104e4e06eeac9877d4a473d /src/corelib/kernel/qwineventnotifier.h
parent982e17f52d510b2dc0c5653efbcbc9f7c8df6b72 (diff)
doc: clangqdoc must see class QWinEventNotifier
clangqdoc must parse the declaration for QWinEventNotifier for all platforms, not just for Q_OS_WIN, so Q_CLANG_QDOC must be tested as well. Plus the qdoc comment for an invisible static function is converted to a non-qdoc comment in qvariant.cpp Change-Id: Ic41731decca55b3be837f9c5f832310513773e60 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/corelib/kernel/qwineventnotifier.h')
-rw-r--r--src/corelib/kernel/qwineventnotifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qwineventnotifier.h b/src/corelib/kernel/qwineventnotifier.h
index f17fa059a1..f29f325d13 100644
--- a/src/corelib/kernel/qwineventnotifier.h
+++ b/src/corelib/kernel/qwineventnotifier.h
@@ -42,7 +42,7 @@
#include "QtCore/qobject.h"
-#ifdef Q_OS_WIN
+#if defined(Q_OS_WIN) || defined(Q_CLANG_QDOC)
QT_BEGIN_NAMESPACE