From: Topi Reinio Date: Thu, 8 Aug 2013 13:21:55 +0000 (+0200) Subject: Doc: Fix qthelp URL used in Remotecontrol example X-Git-Tag: accepted/tizen/20131212.181521~89^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0de3b7205efb3d99d38f19d1ee3e7e49ae5045c;p=platform%2Fupstream%2Fqttools.git Doc: Fix qthelp URL used in Remotecontrol example Task-number: QTBUG-32877 Change-Id: Iecd50007e5790f0c938febe4e98e36275fe35a80 Reviewed-by: Jerome Pasion --- diff --git a/examples/assistant/remotecontrol/remotecontrol.cpp b/examples/assistant/remotecontrol/remotecontrol.cpp index 2553d63..772ea75 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);