DEV_OUTPATH Test
This commit is contained in:
@@ -314,3 +314,7 @@ void DeviceManager::close() {
|
||||
QString DeviceManager::getSoftwareVersion() {
|
||||
return GetDeviceInfo(VERSION);
|
||||
}
|
||||
|
||||
QString DeviceManager::getScanOutputPath() {
|
||||
return GetDeviceInfo(DEV_OUTPATH);
|
||||
}
|
||||
|
||||
@@ -21,6 +21,7 @@ public:
|
||||
errorOccurred = v;
|
||||
}
|
||||
QString getSoftwareVersion();
|
||||
QString getScanOutputPath();
|
||||
bool getErrorOccurred(){
|
||||
return errorOccurred;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user