We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bcca6 commit e01c476Copy full SHA for e01c476
src/gui/qgshelp.cpp
@@ -44,7 +44,7 @@ QUrl QgsHelp::helpUrl( const QString& key )
44
return helpNotFound;
45
}
46
47
- QgsExpressionContextScope *scope = QgsExpressionContextUtils::globalScope();
+ QScopedPointer<QgsExpressionContextScope> scope( QgsExpressionContextUtils::globalScope() );
48
49
QUrl helpUrl;
50
QString helpPath, fullPath;
0 commit comments