mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Removed last slash for path to python plugins in home directory.
It was the reason why plugins in home dir couldn't be accessed on Windows. git-svn-id: http://svn.osgeo.org/qgis/trunk@7867 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
9535777ea1
commit
cfeccb4f90
@ -287,7 +287,7 @@ QString QgsPythonUtils::pluginsPath()
|
||||
|
||||
QString QgsPythonUtils::homePluginsPath()
|
||||
{
|
||||
return QgsApplication::qgisSettingsDirPath() + "/python/plugins/";
|
||||
return QgsApplication::qgisSettingsDirPath() + "/python/plugins";
|
||||
}
|
||||
|
||||
QStringList QgsPythonUtils::pluginList()
|
||||
|
Loading…
x
Reference in New Issue
Block a user