Read and show embed ware version

This commit is contained in:
Krad
2022-03-16 17:00:03 +08:00
parent f4fdb4d223
commit 04b7191702
4 changed files with 13 additions and 2 deletions

View File

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