Skip to content
Permalink
Browse files
write to log when help location is not configured
  • Loading branch information
alexbruy committed Feb 11, 2018
1 parent e20410a commit 52f83b3
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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;
}

0 comments on commit 52f83b3

Please sign in to comment.