We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9438a4 commit 567b4beCopy full SHA for 567b4be
src/python/qgspythonutilsimpl.cpp
@@ -82,7 +82,7 @@ bool QgsPythonUtilsImpl::checkSystemImports()
82
// locally installed plugins have priority over the system plugins
83
// use os.path.expanduser to support usernames with special characters (see #2512)
84
QStringList pluginpaths;
85
- Q_FOREACH ( const QString& p, extraPluginsPaths() )
+ Q_FOREACH ( QString p, extraPluginsPaths() )
86
{
87
if ( !QDir( p ).exists() )
88
0 commit comments