changed return type of returnCode() ti 'int'
This commit is contained in:
parent
f88b0edb2a
commit
d2d730589b
2
worker.h
2
worker.h
@ -157,7 +157,7 @@ public:
|
||||
IsmasClient const &getIsmasClient() const { return m_ismasClient; }
|
||||
|
||||
bool updateProcessRunning() const { return m_updateProcessRunning; }
|
||||
bool returnCode() const { return m_returnCode; }
|
||||
int returnCode() const { return m_returnCode; }
|
||||
|
||||
int machineNr() const { return m_machineNr; }
|
||||
int customerNr() const { return m_customerNr; }
|
||||
|
Loading…
Reference in New Issue
Block a user