[QGIS Commit] r8507 - trunk/qgis/python/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri May 23 13:07:23 EDT 2008


Author: wonder
Date: 2008-05-23 13:07:23 -0400 (Fri, 23 May 2008)
New Revision: 8507

Modified:
   trunk/qgis/python/core/qgsapplication.sip
Log:
syntactical change in QgsApplication wrapper to match its C++ counterpart


Modified: trunk/qgis/python/core/qgsapplication.sip
===================================================================
--- trunk/qgis/python/core/qgsapplication.sip	2008-05-23 17:03:48 UTC (rev 8506)
+++ trunk/qgis/python/core/qgsapplication.sip	2008-05-23 17:07:23 UTC (rev 8507)
@@ -134,13 +134,13 @@
     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();



More information about the QGIS-commit mailing list