From e0de3b7205efb3d99d38f19d1ee3e7e49ae5045c Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 8 Aug 2013 15:21:55 +0200 Subject: Doc: Fix qthelp URL used in Remotecontrol example Task-number: QTBUG-32877 Change-Id: Iecd50007e5790f0c938febe4e98e36275fe35a80 Reviewed-by: Jerome Pasion --- examples/assistant/remotecontrol/remotecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3