@@ -83,7 +83,7 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
83
83
virtual ~QgsApplication();
84
84
85
85
//! Set the theme path to the specified theme.
86
- static void selectTheme(const QString& theThemeName);
86
+ static void selectTheme(const QString theThemeName);
87
87
88
88
//! Returns the path to the authors file.
89
89
static const QString authorsFilePath();
@@ -122,22 +122,22 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
122
122
static const QString svgPath();
123
123
124
124
//! Returns the path to the application prefix directory.
125
- static const QString& prefixPath();
125
+ static const QString prefixPath();
126
126
127
127
//! Returns the path to the application plugin directory.
128
- static const QString& pluginPath();
128
+ static const QString pluginPath();
129
129
130
130
//! Returns the common root path of all application data directories.
131
- static const QString& pkgDataPath();
131
+ static const QString pkgDataPath();
132
132
133
133
//! Returns the path to the current theme directory.
134
- static const QString& themePath();
134
+ static const QString themePath();
135
135
136
136
//! Alters prefix path - used by 3rd party apps
137
137
static void setPrefixPath(const QString& thePrefixPath, bool useDefaultPaths = FALSE);
138
138
139
139
//! Alters plugin path - used by 3rd party apps
140
- static void setPluginPath(const QString& thePluginPath);
140
+ static void setPluginPath(const QString thePluginPath);
141
141
142
142
//! Alters pkg data path - used by 3rd party apps
143
143
static void setPkgDataPath(const QString& thePkgDataPath);
0 commit comments