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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon May 19 16:54:18 EDT 2008


Author: jef
Date: 2008-05-19 16:54:18 -0400 (Mon, 19 May 2008)
New Revision: 8473

Modified:
   trunk/qgis/python/core/qgsapplication.sip
Log:
sync sip with c++ core

Modified: trunk/qgis/python/core/qgsapplication.sip
===================================================================
--- trunk/qgis/python/core/qgsapplication.sip	2008-05-19 20:52:54 UTC (rev 8472)
+++ trunk/qgis/python/core/qgsapplication.sip	2008-05-19 20:54:18 UTC (rev 8473)
@@ -83,7 +83,7 @@
     virtual ~QgsApplication();
 
     //! Set the theme path to the specified theme.
-    static void selectTheme(const QString& theThemeName);
+    static void selectTheme(const QString theThemeName);
 
     //! Returns the path to the authors file.
     static const QString authorsFilePath();
@@ -122,22 +122,22 @@
     static const QString svgPath();
 
     //! Returns the path to the application prefix directory.
-    static const QString& prefixPath();
+    static const QString prefixPath();
 
     //! Returns the path to the application plugin directory.
-    static const QString& pluginPath();
+    static const QString pluginPath();
 
     //! Returns the common root path of all application data directories.
-    static const QString& pkgDataPath();
+    static const QString pkgDataPath();
 
     //! Returns the path to the current theme directory.
-    static const QString& themePath();
+    static const QString themePath();
     
     //! Alters prefix path - used by 3rd party apps
     static void setPrefixPath(const QString& thePrefixPath, bool useDefaultPaths = FALSE);
     
     //! Alters plugin path - used by 3rd party apps
-    static void setPluginPath(const QString& thePluginPath);
+    static void setPluginPath(const QString thePluginPath);
 
     //! Alters pkg data path - used by 3rd party apps
     static void setPkgDataPath(const QString& thePkgDataPath);



More information about the QGIS-commit mailing list