syntactical change in QgsApplication wrapper to match its C++ counterpart

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8507 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2008-05-23 17:07:23 +00:00
parent d72f12b4d3
commit 213b042404

View File

@ -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();