From f77e67773456acc31e024ca02bc9e710c261ca19 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Fri, 6 Jan 2017 21:21:34 +0200 Subject: [PATCH] add missed SIP bindings --- python/core/qgsapplication.sip | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/core/qgsapplication.sip b/python/core/qgsapplication.sip index 9b08c802a1f..5021f57e567 100644 --- a/python/core/qgsapplication.sip +++ b/python/core/qgsapplication.sip @@ -254,6 +254,11 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv) */ static QString platform(); + /** Returns the QGIS locale. + * @note added in QGIS 3.0 + */ + static QString locale(); + //! Returns the path to user's themes folder static QString userThemesFolder();