changed return type of returnCode() ti 'int'

This commit is contained in:
Gerhard Hoffmann 2023-08-04 13:38:33 +02:00
parent f88b0edb2a
commit d2d730589b

View File

@ -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; }