Be more relaxed in the return type, some may be maps, hence return directly a QVariant.
This commit is contained in:
parent
d19030658c
commit
41136fb89b
2 changed files with 12 additions and 3 deletions
|
|
@ -106,7 +106,7 @@ namespace Danbooru {
|
|||
|
||||
QList<QVariant> parseDanbooruResult(QByteArray data, QString xlmElement,
|
||||
bool* result);
|
||||
QList<QVariant> parseDanbooruResult(QByteArray data, bool* result);
|
||||
QVariant parseDanbooruResult(QByteArray data, bool* result);
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue