feat: Supplement translations.
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
// return mErrorOccurred;
|
||||
// }
|
||||
|
||||
void emitErrorCallback(const char *msg);
|
||||
void emitErrorCallback(const QString& msg);
|
||||
void emitInfoCallback(const QString& aMessage,const unsigned int aInfoType);
|
||||
bool hasValidEmptyScan();
|
||||
bool updateTransferProgress();
|
||||
@@ -112,6 +112,7 @@ private:
|
||||
void stopAutoLocate();
|
||||
void initGUI(bool aIsInitSucceed);
|
||||
void checkDataQuality();
|
||||
void initDmsVersion();
|
||||
|
||||
void processScanProgress(const QString& aProgress);
|
||||
void processAutoLocatePosition(const QString& aProgress);
|
||||
@@ -120,7 +121,6 @@ private:
|
||||
void prepareFinishInitialize();
|
||||
void processAlarm(const QString& aAlarm);
|
||||
void processPreviewData(const QString& aPreviewData);
|
||||
void processGetSoftwareVersion(const QString& aSoftwareVersion);
|
||||
void processDeviceTemperature(const QString& aResponseTemperature);
|
||||
void processTransferProgress(const QString& aProgress);
|
||||
void processShutDownDms(const QString& aResponse);
|
||||
@@ -229,10 +229,10 @@ private:
|
||||
DmsSyncAction* mStartAutoLocateAction = nullptr;
|
||||
DmsSyncAction* mStopAutoLocateAction = nullptr;
|
||||
DmsSyncAction* mCheckDataQualityAction = nullptr;
|
||||
DmsSyncAction* mGetSoftwareVersionAction = nullptr;
|
||||
|
||||
DmsAsyncAction* mGetDeviceTemperatureAction = nullptr;
|
||||
DmsAsyncAction* mGetScanProgressAction = nullptr;
|
||||
DmsAsyncAction* mGetSoftwareVersionAction = nullptr;
|
||||
DmsAsyncAction* mStopTransferAction = nullptr;
|
||||
DmsAsyncAction* mShutDownAction = nullptr;
|
||||
DmsAsyncAction* mPumpControlAction = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user