mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
also log help "key" used to construct URI
This commit is contained in:
parent
edcd2a186e
commit
e20410a63c
@ -74,7 +74,7 @@ QUrl QgsHelp::helpUrl( const QString &key )
|
|||||||
|
|
||||||
helpPath = QStringLiteral( "%1/%2" ).arg( fullPath, key );
|
helpPath = QStringLiteral( "%1/%2" ).arg( fullPath, key );
|
||||||
|
|
||||||
QgsMessageLog::logMessage( QObject::tr( "Trying to open help from '%1'…" ).arg( helpPath ), QObject::tr( "QGIS Help" ), Qgis::Info );
|
QgsMessageLog::logMessage( QObject::tr( "Trying to open help using key '%1'. Full URI is '%2'…" ).arg( key ).arg( helpPath ), QObject::tr( "QGIS Help" ), Qgis::Info );
|
||||||
|
|
||||||
if ( helpPath.startsWith( QStringLiteral( "http" ) ) )
|
if ( helpPath.startsWith( QStringLiteral( "http" ) ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user