Skip to content

Commit 7494c8f

Browse files
author
mhugent
committed
Consider changed pkgDataPath in default svg paths
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13678 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0660d44 commit 7494c8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/qgsapplication.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ void QgsApplication::setPluginPath( const QString thePluginPath )
120120
void QgsApplication::setPkgDataPath( const QString thePkgDataPath )
121121
{
122122
mPkgDataPath = thePkgDataPath;
123+
mDefaultSvgPaths << mPkgDataPath + QString( "/svg/" );
123124
}
124125

125126
void QgsApplication::setDefaultSvgPaths( const QStringList& pathList )

0 commit comments

Comments
 (0)