the most noob bug fixed, took me 2 hours..
This commit is contained in:
parent
2864e0a79b
commit
fe7b2ab13d
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue