From 54dc9e96b6571f1f737062bd5fc4240e521fe5f6 Mon Sep 17 00:00:00 2001
From: "littletux89@gmail.com" <littletux89@gmail.com>
Date: Thu, 10 Oct 2019 21:31:31 +0300
Subject: [PATCH] [*] Increased build number.

---
 CellFrameDashboardGUI/CellFrameDashboardGUI.pro         | 2 +-
 CellFrameDashboardGUI/DapCommandController.cpp          | 2 +-
 CellFrameDashboardService/CellFrameDashboardService.pro | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CellFrameDashboardGUI/CellFrameDashboardGUI.pro b/CellFrameDashboardGUI/CellFrameDashboardGUI.pro
index b9b8631a4..f59cc93aa 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 11d2e5225..2bdd5a377 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 64bcd5e54..b66bf08e9 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
-- 
GitLab