DEV_OUTPATH Test

This commit is contained in:
Krad
2022-05-07 14:39:10 +08:00
parent 4e09f2eef6
commit 593883d980
6 changed files with 18 additions and 3 deletions

View File

@@ -314,3 +314,7 @@ void DeviceManager::close() {
QString DeviceManager::getSoftwareVersion() {
return GetDeviceInfo(VERSION);
}
QString DeviceManager::getScanOutputPath() {
return GetDeviceInfo(DEV_OUTPATH);
}

View File

@@ -21,6 +21,7 @@ public:
errorOccurred = v;
}
QString getSoftwareVersion();
QString getScanOutputPath();
bool getErrorOccurred(){
return errorOccurred;
}