mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
bindings
This commit is contained in:
parent
0190e506a6
commit
d169487850
@ -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
|
||||
@ -423,4 +425,5 @@ static void qtgui_UpdatePyArgv(PyObject *argvlist, int argc, char **argv)
|
||||
* @see emitSettingsChanged()
|
||||
*/
|
||||
void settingsChanged();
|
||||
void nullRepresentationChanged();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user