summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-11-27 16:14:30 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-27 17:06:04 +0100
commit06ab041c19fb78aade16b1d7aab0333fad50c484 (patch)
treef3808cafcdff560c1864b92e945e8d3540e321a8 /src
parent146f11b8c4a4d02e71d286071d8fb7a06be4eeb1 (diff)
Assistant: adjust to recently changed location of .qch files
Change-Id: If0a395d332fbbba5cd5875e325db87d2087b09e5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/assistant/assistant/qtdocinstaller.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/assistant/assistant/qtdocinstaller.cpp b/src/assistant/assistant/qtdocinstaller.cpp
index 341b024c3..042c46031 100644
--- a/src/assistant/assistant/qtdocinstaller.cpp
+++ b/src/assistant/assistant/qtdocinstaller.cpp
@@ -76,8 +76,7 @@ void QtDocInstaller::installDocs()
void QtDocInstaller::run()
{
TRACE_OBJ
- m_qchDir = QLibraryInfo::location(QLibraryInfo::DocumentationPath)
- + QDir::separator() + QLatin1String("qch");
+ m_qchDir = QLibraryInfo::location(QLibraryInfo::DocumentationPath);
m_qchFiles = m_qchDir.entryList(QStringList() << QLatin1String("*.qch"));
bool changes = false;