Skip to content

Commit 567b4be

Browse files
committed
fix windows build
1 parent c9438a4 commit 567b4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/qgspythonutilsimpl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ bool QgsPythonUtilsImpl::checkSystemImports()
8282
// locally installed plugins have priority over the system plugins
8383
// use os.path.expanduser to support usernames with special characters (see #2512)
8484
QStringList pluginpaths;
85-
Q_FOREACH ( const QString& p, extraPluginsPaths() )
85+
Q_FOREACH ( QString p, extraPluginsPaths() )
8686
{
8787
if ( !QDir( p ).exists() )
8888
{

0 commit comments

Comments
 (0)