Skip to content

Commit

Permalink
write to log when help location is not configured
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Feb 11, 2018
1 parent e20410a commit 52f83b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgshelp.cpp
Expand Up @@ -45,6 +45,7 @@ QUrl QgsHelp::helpUrl( const QString &key )
QStringList paths = settings.value( QStringLiteral( "help/helpSearchPath" ) ).toStringList();
if ( paths.isEmpty() )
{
QgsMessageLog::logMessage( QObject::tr( "Help location is not configured!" ), QObject::tr( "QGIS Help" ) );
return helpNotFound;
}

Expand Down

0 comments on commit 52f83b3

Please sign in to comment.