This commit is contained in:
Julien Cabieces 2024-05-07 15:25:05 +02:00 committed by Nyall Dawson
parent 3a08caa321
commit 255d46230a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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