update// moved class to a normal variable instace

This commit is contained in:
Strider
2020-04-27 20:18:14 +02:00
parent 008d3fd6c2
commit a8ee1c68be
3 changed files with 44 additions and 22 deletions

View File

@@ -15,8 +15,6 @@
using json = nlohmann::json;
ChatModel *chatModel = new ChatModel();
struct WatchedTx {
QString opid;
Tx tx;