We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3ba34 commit a71912bCopy full SHA for a71912b
src/gui/qgshelp.cpp
@@ -19,6 +19,7 @@
19
#include "qgssettings.h"
20
#include "qgsapplication.h"
21
#include "qgsexpressioncontext.h"
22
+#include "qgsmessagelog.h"
23
24
#include <QUrl>
25
#include <QFileInfo>
@@ -73,6 +74,8 @@ QUrl QgsHelp::helpUrl( const QString &key )
73
74
75
helpPath = QStringLiteral( "%1/%2" ).arg( fullPath, key );
76
77
+ QgsMessageLog::logMessage( QObject::tr( "Trying to open help from '%1'…" ).arg( helpPath ), QObject::tr( "QGIS Help" ), Qgis::Info );
78
+
79
if ( helpPath.startsWith( QStringLiteral( "http" ) ) )
80
{
81
if ( !QgsHelp::urlExists( helpPath ) )
0 commit comments