From 654633b16b229a54221b59e246356091f9a64b3e Mon Sep 17 00:00:00 2001 From: sunwen Date: Mon, 13 Nov 2023 16:04:08 +0800 Subject: [PATCH] Add DmsAsyncAction running status. --- src/device/DmsAsyncAction.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/device/DmsAsyncAction.h b/src/device/DmsAsyncAction.h index 3b22678..13b6364 100644 --- a/src/device/DmsAsyncAction.h +++ b/src/device/DmsAsyncAction.h @@ -43,6 +43,7 @@ private: QString mResponseSignal; QString mSendData; bool mIsResponsed; + bool mIsRunning; }; #endif // DMSASYNCACTION_H