Build for Qt 5.9
This commit is contained in:
@@ -82,10 +82,10 @@ QJsonDocument AppDataServer::processMessage(QString message, MainWindow* mainWin
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (msg["command"] == "getInfo") {
|
if (msg.object()["command"] == "getInfo") {
|
||||||
return processGetInfo(mainWindow);
|
return processGetInfo(mainWindow);
|
||||||
}
|
}
|
||||||
else if (msg["command"] == "getTransactions") {
|
else if (msg.object()["command"] == "getTransactions") {
|
||||||
return processGetTransactions(mainWindow);
|
return processGetTransactions(mainWindow);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user