Skip to content

Commit

Permalink
Add QgsApplication.instance() to python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 19, 2017
1 parent 0001856 commit 534cb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgsapplication.sip
Expand Up @@ -91,7 +91,7 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
%End

virtual ~QgsApplication();

static QgsApplication* instance();
//! Set the FileOpen event receiver
static void setFileOpenEventReceiver( QObject * receiver );

Expand Down

0 comments on commit 534cb9e

Please sign in to comment.