Skip to content

Commit f77e677

Browse files
committedJan 10, 2017
add missed SIP bindings
1 parent 37df729 commit f77e677

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎python/core/qgsapplication.sip

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,11 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
254254
*/
255255
static QString platform();
256256

257+
/** Returns the QGIS locale.
258+
* @note added in QGIS 3.0
259+
*/
260+
static QString locale();
261+
257262
//! Returns the path to user's themes folder
258263
static QString userThemesFolder();
259264

0 commit comments

Comments
 (0)
Please sign in to comment.