Skip to content

Commit

Permalink
Forgot sip for composerTemplatePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Nov 7, 2015
1 parent 49a16fc commit 4cc6650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgsapplication.sip
Expand Up @@ -184,6 +184,9 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
//! Returns the pathes to svg directories.
static QStringList svgPaths();

//! Returns the pathes to composer template directories
static QStringList composerTemplatePaths();

//! Returns the system environment variables passed to application.
static QMap<QString, QString> systemEnvVars();

Expand Down

0 comments on commit 4cc6650

Please sign in to comment.