Skip to content

Commit

Permalink
syntactical change in QgsApplication wrapper to match its C++ counter…
Browse files Browse the repository at this point in the history
…part

git-svn-id: http://svn.osgeo.org/qgis/trunk@8507 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed May 23, 2008
1 parent 3506587 commit 5507ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsapplication.sip
Expand Up @@ -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();
Expand Down

0 comments on commit 5507ec6

Please sign in to comment.