118 QMessageBox::information(this, "INFO", "Will eventually show a help window");
119 } else {
120bool ok = QDesktopServices::openUrl(QUrl(fHelpUrl, QUrl::TolerantMode));
121if (!ok) {
122 QString msg = QString("<p>Sorry: Couldn't open default web-browser for the help.<br>Please try: <a href=\"%1\">musrfit docu</a> in your web-browser.").arg(fHelpUrl);