Add check recon connection and restart create recon record.
This commit is contained in:
@@ -92,7 +92,6 @@ private:
|
||||
void startScan(const QString& json, bool empty = false);
|
||||
void startPreview();
|
||||
void shutdown();
|
||||
void startCreateReconRecord();
|
||||
|
||||
//-----------------new
|
||||
DeviceStatus getDeviceStatus();
|
||||
@@ -129,6 +128,8 @@ private slots:
|
||||
void processReconCreateEmptyScan(bool aResult, const QString& aScanID, const QString& aMessage);
|
||||
void processReconCreateScan(bool aResult, const QString& aScanID, const QString& aMessage);
|
||||
void processReconQueryScanState(bool aResult, const QVariant& aState);
|
||||
void startCreateReconRecord();
|
||||
void updateReconConnectionState(bool aIsConnected);
|
||||
//GUI
|
||||
void scanTimeout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user