Reorganize includes

This commit is contained in:
Felix Riiga
2024-06-22 00:01:40 +02:00
parent 0d1e794898
commit f4302fd376
9 changed files with 39 additions and 57 deletions

View File

@@ -1,8 +1,6 @@
#include "jsonparser.h"
JsonParser::JsonParser()
{
}
#include <QStringList>
QVector<QPair<QString, int>> JsonParser::parse(const QString &json)
{