From 0a67390da5afed7c3308ae940624a983fbdd99b8 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 20 Nov 2013 15:48:34 +0100 Subject: Doc: Fix module name used in documentation filter Qt WebKit Examples creates a filter with name 'QtWebKit'. Change it to use the correct name so that Qt WebKit can add its own filter. Task-number: QTBUG-34966 Change-Id: Iad74a20d72eebf2e20309a54f633a24f8c1e3d12 Reviewed-by: Jerome Pasion Reviewed-by: Lars Knoll --- doc/qtwebkitexamples.qdocconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtwebkitexamples.qdocconf b/doc/qtwebkitexamples.qdocconf index b704503..8a760a3 100644 --- a/doc/qtwebkitexamples.qdocconf +++ b/doc/qtwebkitexamples.qdocconf @@ -17,7 +17,7 @@ qhp.QtWebKitExamples.indexTitle = Qt WebKit Examples qhp.QtWebKitExamples.virtualFolder = qtwebkitexamples qhp.QtWebKitExamples.indexRoot = qhp.QtWebKitExamples.filterAttributes = qtwebkitexamples $QT_VERSION qtrefdoc -qhp.QtWebKitExamples.customFilters.Qt.name = QtWebKit $QT_VERSION +qhp.QtWebKitExamples.customFilters.Qt.name = QtWebKitExamples $QT_VERSION qhp.QtWebKitExamples.customFilters.Qt.filterAttributes = qtwebkitexamples $QT_VERSION qhp.QtWebKitExamples.subprojects = manual -- cgit v1.2.1