switch back to json lohman - qtjson in new branch for more testing

This commit is contained in:
DenioD
2020-07-05 20:06:35 +02:00
parent 362e93f0b3
commit 460974f594
28 changed files with 19342 additions and 466 deletions

View File

@@ -6,6 +6,7 @@
#include <vector>
#include <QString>
#include "mainwindow.h"
using json = nlohmann::json;
class ContactItem
{
@@ -33,7 +34,7 @@ public:
void setcid(QString cid);
void setAvatar(QString avatar);
QString toQTString();
QJsonValue toJson();
json toJson();
};
#endif