mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
sipify
This commit is contained in:
parent
3a08caa321
commit
255d46230a
@ -348,7 +348,7 @@ Parse a simple array (depth=1)
|
||||
the conversion is not possible.
|
||||
%End
|
||||
|
||||
static QVariantList parseArray( const QString &json, QVariant::Type type );
|
||||
Q_INVOKABLE static QVariantList parseArray( const QString &json, QVariant::Type type );
|
||||
%Docstring
|
||||
Parse a simple array (depth=1)
|
||||
|
||||
|
@ -348,7 +348,7 @@ Parse a simple array (depth=1)
|
||||
the conversion is not possible.
|
||||
%End
|
||||
|
||||
static QVariantList parseArray( const QString &json, QVariant::Type type );
|
||||
Q_INVOKABLE static QVariantList parseArray( const QString &json, QVariant::Type type );
|
||||
%Docstring
|
||||
Parse a simple array (depth=1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user