mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04: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()
|
QString QgsPythonUtils::homePluginsPath()
|
||||||
{
|
{
|
||||||
return QgsApplication::qgisSettingsDirPath() + "/python/plugins/";
|
return QgsApplication::qgisSettingsDirPath() + "/python/plugins";
|
||||||
}
|
}
|
||||||
|
|
||||||
QStringList QgsPythonUtils::pluginList()
|
QStringList QgsPythonUtils::pluginList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user