Skip to content
Snippets Groups Projects
Commit f4f32d7c authored by Matthias Möller's avatar Matthias Möller
Browse files

change home site for user doc

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@13947 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 22c2fa9e
Branches
Tags
No related merge requests found
......@@ -1030,7 +1030,7 @@ public:
public slots:
/// Display the help Browser
void showHelpBrowser(const QString &page = "qthelp://org.openflipper.dev/doc/main.html");
void showHelpBrowser(const QString &page = "qthelp://org.openflipper.dev/doc/index.html");
signals:
void changeHelpSite(QUrl);
......
......@@ -57,7 +57,7 @@
//== IMPLEMENTATION ==========================================================
void CoreWidget::showHelpBrowser(const QString &page /*= "qthelp://org.openflipper.dev/doc/main.html"*/) {
void CoreWidget::showHelpBrowser(const QString &page /*= "qthelp://org.openflipper.dev/doc/index.html"*/) {
if ( OpenFlipper::Options::nogui() )
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment