Skip to content

Commit 92eae75

Browse files
author
jef
committed
sync sip with c++ core
git-svn-id: http://svn.osgeo.org/qgis/trunk@8473 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 19549ff commit 92eae75

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

python/core/qgsapplication.sip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
8383
virtual ~QgsApplication();
8484

8585
//! Set the theme path to the specified theme.
86-
static void selectTheme(const QString& theThemeName);
86+
static void selectTheme(const QString theThemeName);
8787

8888
//! Returns the path to the authors file.
8989
static const QString authorsFilePath();
@@ -122,22 +122,22 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
122122
static const QString svgPath();
123123

124124
//! Returns the path to the application prefix directory.
125-
static const QString& prefixPath();
125+
static const QString prefixPath();
126126

127127
//! Returns the path to the application plugin directory.
128-
static const QString& pluginPath();
128+
static const QString pluginPath();
129129

130130
//! Returns the common root path of all application data directories.
131-
static const QString& pkgDataPath();
131+
static const QString pkgDataPath();
132132

133133
//! Returns the path to the current theme directory.
134-
static const QString& themePath();
134+
static const QString themePath();
135135

136136
//! Alters prefix path - used by 3rd party apps
137137
static void setPrefixPath(const QString& thePrefixPath, bool useDefaultPaths = FALSE);
138138

139139
//! Alters plugin path - used by 3rd party apps
140-
static void setPluginPath(const QString& thePluginPath);
140+
static void setPluginPath(const QString thePluginPath);
141141

142142
//! Alters pkg data path - used by 3rd party apps
143143
static void setPkgDataPath(const QString& thePkgDataPath);

0 commit comments

Comments
 (0)