summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-08-08 15:21:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 16:07:25 +0200
commite0de3b7205efb3d99d38f19d1ee3e7e49ae5045c (patch)
tree10ca7dd36e7b4a75ff0582e164901e975e025cdf
parente792030339b9db11ba64c8b64d70d4f932de3284 (diff)
Doc: Fix qthelp URL used in Remotecontrol examplev5.1.1
Task-number: QTBUG-32877 Change-Id: Iecd50007e5790f0c938febe4e98e36275fe35a80 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--examples/assistant/remotecontrol/remotecontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/assistant/remotecontrol/remotecontrol.cpp b/examples/assistant/remotecontrol/remotecontrol.cpp
index 2553d6364..772ea7540 100644
--- a/examples/assistant/remotecontrol/remotecontrol.cpp
+++ b/examples/assistant/remotecontrol/remotecontrol.cpp
@@ -62,7 +62,7 @@ RemoteControl::RemoteControl(QWidget *parent, Qt::WindowFlags flags)
QTextStream(&rc) << QLatin1String("qthelp://org.qt-project.qtdoc.")
<< (QT_VERSION >> 16) << ((QT_VERSION >> 8) & 0xFF)
<< (QT_VERSION & 0xFF)
- << QLatin1String("/qdoc/index.html");
+ << QLatin1String("/qtdoc/index.html");
ui.startUrlLineEdit->setText(rc);