From fe7b2ab13d14741714b61542d38ec1f095c031f0 Mon Sep 17 00:00:00 2001 From: Syping Date: Thu, 16 Jul 2020 19:30:59 +0200 Subject: [PATCH] the most noob bug fixed, took me 2 hours.. --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index cf46227..5ccb185 100644 --- a/main.cpp +++ b/main.cpp @@ -109,6 +109,7 @@ int main(int argc, char *argv[]) QJsonArray::const_iterator end = jsonArray.constEnd(); while (it != end) { argumentList << it->toString(); + it++; } } else {