Add accession number and fix a problem with create recon record automaticly.
This commit is contained in:
@@ -30,7 +30,7 @@ private:
|
||||
signals:
|
||||
void createEmptyScanResponsed(bool aResult, const QString& aScanID, const QString& aMessage = "");
|
||||
void createScanResponsed(bool aResult, const QString& aScanID, const QString& aMessage = "");
|
||||
void queryReconStateResponsed(const QMap<QString, int> aResult);
|
||||
void queryReconStateResponsed(bool aResult, const QVariant& aData);
|
||||
|
||||
private:
|
||||
Recon::ReconClient* mReconClient;
|
||||
|
||||
Reference in New Issue
Block a user