forked from qt-creator/qt-creator
Don't make a "help request" with an invalid url
Change-Id: I85df68b4ee1ee4d37b77a34ff8f7bce65d24dc0d Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -434,6 +434,7 @@ void ExamplesWelcomePage::openProject(const QString &projectFile, const QStringL
|
||||
if (project->needsConfiguration())
|
||||
project->configureAsExampleProject(platforms);
|
||||
Core::ModeManager::activateModeType(Core::Constants::MODE_EDIT_TYPE);
|
||||
if (help.isValid())
|
||||
Core::ICore::helpManager()->handleHelpRequest(help.toString() + QLatin1String("?view=split"));
|
||||
}
|
||||
if (!errorMessage.isEmpty())
|
||||
|
Reference in New Issue
Block a user