summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2010-08-04 11:03:02 (GMT)
committerck <qt-info@nokia.com>2010-08-04 11:03:02 (GMT)
commit28fcd720d3c4090fa915f9638c56dcb389220da6 (patch)
tree83e6f59db393137ac0024285c6864b99beeb1021 /tools
parent7311f68fd1849db3b2dec7e56ae08464f482a1b2 (diff)
downloadQt-28fcd720d3c4090fa915f9638c56dcb389220da6.zip
Qt-28fcd720d3c4090fa915f9638c56dcb389220da6.tar.gz
Qt-28fcd720d3c4090fa915f9638c56dcb389220da6.tar.bz2
Assistant: Include QML docs
Surprisingly, the QML documentation is not integrated into the Qt docs, so it has to be explicitly included. Task-number: QTBUG-12625 Reviewed-by: kh1
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/tools/assistant/mainwindow.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/mainwindow.cpp b/tools/assistant/tools/assistant/mainwindow.cpp
index 913e342..916e1a5 100644
--- a/tools/assistant/tools/assistant/mainwindow.cpp
+++ b/tools/assistant/tools/assistant/mainwindow.cpp
@@ -334,7 +334,8 @@ void MainWindow::lookForNewQtDocumentation()
<< QLatin1String("designer")
<< QLatin1String("linguist")
<< QLatin1String("qmake")
- << QLatin1String("qt");
+ << QLatin1String("qt")
+ << QLatin1String("qml");
QList<QtDocInstaller::DocInfo> qtDocInfos;
foreach (const QString &doc, docs)
qtDocInfos.append(QtDocInstaller::DocInfo(doc, helpEngine.qtDocInfo(doc)));