Adding UPDATE_STEP_WRONG: helper variable to be used in text edit of

main window.
This commit is contained in:
Gerhard Hoffmann 2023-10-30 15:13:04 +01:00
parent 4486317cb2
commit 48896f97ec

View File

@ -313,6 +313,7 @@ public:
static const QString UPDATE_STEP_OK;
static const QString UPDATE_STEP_DONE;
static const QString UPDATE_STEP_FAIL;
static const QString UPDATE_STEP_WRONG;
static const QString UPDATE_STEP_SUCCESS;
explicit Worker(int customerNr, // 281