Minor: reove obsolete m_returnCode.

This commit is contained in:
Gerhard Hoffmann 2023-10-30 15:24:33 +01:00
parent fc264689b1
commit 72a2fc781c

View File

@ -146,7 +146,6 @@ Worker::Worker(int customerNr,
, m_waitForNewUpdates(this)
, m_filesToUpdate()
, m_updateProcessRunning(true)
, m_returnCode(0)
, m_mainWindow(nullptr) /* contains plugin */
//, m_withoutIsmasDirectPort(true) /* useful for testing */ {
, m_withoutIsmasDirectPort(false) /* useful for testing */ {