Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bindings
  • Loading branch information
m-kuhn committed Dec 20, 2016
1 parent 0190e50 commit d169487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/qgsapplication.sip
Expand Up @@ -404,6 +404,8 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
* @note Added in QGIS 3.0
*/
static QgsFieldFormatterRegistry* fieldFormatterRegistry();
static QString nullRepresentation();
static void setNullRepresentation( const QString& nullRepresentation );
public slots:

/** Causes the application instance to emit the settingsChanged() signal. This should
Expand All @@ -423,4 +425,5 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
* @see emitSettingsChanged()
*/
void settingsChanged();
void nullRepresentationChanged();
};

0 comments on commit d169487

Please sign in to comment.