add missed SIP bindings

This commit is contained in:
Alexander Bruy 2017-01-06 21:21:34 +02:00
parent 37df7290b4
commit f77e677734

View File

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