From e22c093a48c5605ff979fba7a9f774f44320f20a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 16 Jul 2012 15:01:54 +0200 Subject: Add gui/ to qtcore.qdocconf to pick up enums in Qt namespace Qt::HitTestAccuracy and Qt::WhiteSpaceMode are defined in gui/ but documented as part of the Qt namespace, so qdoc needs to look there to find the relevant enums. Change-Id: I36ae71c44024b12664688129044994926160e5c9 Reviewed-by: Casper van Donderen --- src/corelib/doc/qtcore.qdocconf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/corelib/doc/qtcore.qdocconf b/src/corelib/doc/qtcore.qdocconf index 2151c35d5b..18060221c1 100644 --- a/src/corelib/doc/qtcore.qdocconf +++ b/src/corelib/doc/qtcore.qdocconf @@ -80,7 +80,8 @@ versionsym = QT_VERSION_STR codeindent = 1 -headerdirs += .. +headerdirs += .. \ + ../../gui sourcedirs += .. -- cgit v1.2.3