update// fixed stuff

This commit is contained in:
Strider
2020-04-26 22:28:27 +02:00
parent 22cc122120
commit 008d3fd6c2
4 changed files with 75 additions and 23 deletions

View File

@@ -11,9 +11,12 @@
#include "mainwindow.h"
#include "liteinterface.h"
#include "connection.h"
#include "chatmodel.h"
using json = nlohmann::json;
ChatModel *chatModel = new ChatModel();
struct WatchedTx {
QString opid;
Tx tx;