diff --git a/python/core/qgsapplication.sip b/python/core/qgsapplication.sip index 6e41d498881..8234f62d88f 100644 --- a/python/core/qgsapplication.sip +++ b/python/core/qgsapplication.sip @@ -148,7 +148,12 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv) //! Returns the path to the srs.db file. static const QString srsDbFilePath(); - //! Returns the path to the svg directory. + //! Returns the paths to the svg directories. + //! @note added in 1.4 + static const QStringList svgPaths(); + + //! Returns the path to the applications svg paths + //! @note deprecated static const QString svgPath(); //! Returns the path to the application prefix directory. diff --git a/src/core/symbology/qgsmarkercatalogue.cpp b/src/core/symbology/qgsmarkercatalogue.cpp index b428c7bbb83..c0b230b6d7f 100644 --- a/src/core/symbology/qgsmarkercatalogue.cpp +++ b/src/core/symbology/qgsmarkercatalogue.cpp @@ -74,38 +74,18 @@ void QgsMarkerCatalogue::refreshList() for(int i=0; i