Doc: Fix qthelp URL used in Remotecontrol example
authorTopi Reinio <topi.reinio@digia.com>
Thu, 8 Aug 2013 13:21:55 +0000 (15:21 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 8 Aug 2013 14:07:25 +0000 (16:07 +0200)
Task-number: QTBUG-32877
Change-Id: Iecd50007e5790f0c938febe4e98e36275fe35a80
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
examples/assistant/remotecontrol/remotecontrol.cpp

index 2553d63..772ea75 100644 (file)
@@ -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);