From 5507ec661166a2552d596529b6ae61c1918dcf20 Mon Sep 17 00:00:00 2001 From: wonder Date: Fri, 23 May 2008 17:07:23 +0000 Subject: [PATCH] syntactical change in QgsApplication wrapper to match its C++ counterpart git-svn-id: http://svn.osgeo.org/qgis/trunk@8507 c8812cc2-4d05-0410-92ff-de0c093fc19c --- python/core/qgsapplication.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/qgsapplication.sip b/python/core/qgsapplication.sip index 0afc4f97a9e..a8f10e19bc8 100644 --- a/python/core/qgsapplication.sip +++ b/python/core/qgsapplication.sip @@ -134,13 +134,13 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv) static const QString themePath(); //! Alters prefix path - used by 3rd party apps - static void setPrefixPath(const QString& thePrefixPath, bool useDefaultPaths = FALSE); + static void setPrefixPath(const QString thePrefixPath, bool useDefaultPaths = FALSE); //! Alters plugin path - used by 3rd party apps static void setPluginPath(const QString thePluginPath); //! Alters pkg data path - used by 3rd party apps - static void setPkgDataPath(const QString& thePkgDataPath); + static void setPkgDataPath(const QString thePkgDataPath); //! loads providers static void initQgis();