Adding UPDATE_STEP_WRONG: helper variable to be used in text edit of
main window.
This commit is contained in:
parent
4486317cb2
commit
48896f97ec
1
worker.h
1
worker.h
@ -313,6 +313,7 @@ public:
|
|||||||
static const QString UPDATE_STEP_OK;
|
static const QString UPDATE_STEP_OK;
|
||||||
static const QString UPDATE_STEP_DONE;
|
static const QString UPDATE_STEP_DONE;
|
||||||
static const QString UPDATE_STEP_FAIL;
|
static const QString UPDATE_STEP_FAIL;
|
||||||
|
static const QString UPDATE_STEP_WRONG;
|
||||||
static const QString UPDATE_STEP_SUCCESS;
|
static const QString UPDATE_STEP_SUCCESS;
|
||||||
|
|
||||||
explicit Worker(int customerNr, // 281
|
explicit Worker(int customerNr, // 281
|
||||||
|
Loading…
Reference in New Issue
Block a user