diff --git a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro index b9b8631a41905b1b7a8607763560e991d61d841e..f59cc93aa379149ae78ac777e5baa93d1a3c38d1 100755 --- a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro +++ b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro @@ -12,7 +12,7 @@ CONFIG += c++11 TARGET = $$BRAND VER_MAJ = 1 -VER_MIN = 2 +VER_MIN = 5 VER_PAT = 0 diff --git a/CellFrameDashboardGUI/DapCommandController.cpp b/CellFrameDashboardGUI/DapCommandController.cpp index 11d2e5225f6dac4904369f25a9c3338de0b88aba..2bdd5a377bff6f669c51664a1a4c867a73789c18 100755 --- a/CellFrameDashboardGUI/DapCommandController.cpp +++ b/CellFrameDashboardGUI/DapCommandController.cpp @@ -224,7 +224,7 @@ void DapCommandController::processGetCmdHistory() void DapCommandController::processGetNetworkList() { DapRpcServiceReply *reply = static_cast<DapRpcServiceReply *>(sender()); - QStringList result = reply->response().result().toVariant().toStringList(); + QStringList result = reply->response().toJsonValue().toVariant().toStringList(); emit sendNetworkList(result); } diff --git a/CellFrameDashboardService/CellFrameDashboardService.pro b/CellFrameDashboardService/CellFrameDashboardService.pro index 64bcd5e54e9a3f599d365192faf0eeff8c3a93c5..b66bf08e9f713205c083976552b69de445f25df8 100755 --- a/CellFrameDashboardService/CellFrameDashboardService.pro +++ b/CellFrameDashboardService/CellFrameDashboardService.pro @@ -13,7 +13,7 @@ DEFINES += DAP_BRAND=\\\"$$BRAND\\\" TARGET = $${BRAND}Service VER_MAJ = 1 -VER_MIN = 0 +VER_MIN = 5 VER_PAT = 0 ICON = icon.ico