update// refactored addressbook with new storage format

This commit is contained in:
Strider
2020-04-28 20:24:50 +02:00
parent ae08346bff
commit 2efec07e42
10 changed files with 165 additions and 44 deletions

View File

@@ -12,6 +12,7 @@
#include "liteinterface.h"
#include "connection.h"
#include "chatmodel.h"
#include "contactmodel.h"
using json = nlohmann::json;