feat: add recon message receive and popup function

This commit is contained in:
kradchen
2025-03-07 09:31:57 +08:00
parent 635891eabf
commit 30dbf134dd
5 changed files with 43 additions and 5 deletions

View File

@@ -145,6 +145,8 @@ private slots:
void startCreateReconRecord();
void updateReconConnectionState(bool aIsConnected);
void prepareCheckReconConnection();
void processReconMessage(const QString& aMessage);
//GUI
void scanTimeout();