diff options
author | Topi Reinio <topi.reinio@digia.com> | 2013-08-08 15:21:55 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-08-08 16:07:25 +0200 |
commit | e0de3b7205efb3d99d38f19d1ee3e7e49ae5045c (patch) | |
tree | 10ca7dd36e7b4a75ff0582e164901e975e025cdf /examples | |
parent | e792030339b9db11ba64c8b64d70d4f932de3284 (diff) | |
download | qttools-e0de3b7205efb3d99d38f19d1ee3e7e49ae5045c.tar.gz |
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>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/assistant/remotecontrol/remotecontrol.cpp | 2 |
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); |