the most noob bug fixed, took me 2 hours..

This commit is contained in:
Syping 2020-07-16 19:30:59 +02:00
parent 2864e0a79b
commit fe7b2ab13d

View file

@ -109,6 +109,7 @@ int main(int argc, char *argv[])
QJsonArray::const_iterator end = jsonArray.constEnd(); QJsonArray::const_iterator end = jsonArray.constEnd();
while (it != end) { while (it != end) {
argumentList << it->toString(); argumentList << it->toString();
it++;
} }
} }
else { else {