Minor: Added UPDATE_STEP_WRONG.
This commit is contained in:
parent
7d0fdf4d6d
commit
a2b933ab71
10
worker.cpp
10
worker.cpp
@ -24,12 +24,10 @@
|
||||
#include "mainwindow.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
#define FUNC_NAME QString(__func__).toUpper()
|
||||
|
||||
QString const Worker::UPDATE_STEP_OK(" [ ok]");
|
||||
QString const Worker::UPDATE_STEP_DONE(" [done]");
|
||||
QString const Worker::UPDATE_STEP_FAIL(" [FAIL]");
|
||||
QString const Worker::UPDATE_STEP_OK ( " [ ok]");
|
||||
QString const Worker::UPDATE_STEP_DONE ( " [done]");
|
||||
QString const Worker::UPDATE_STEP_WRONG ( "[WRONG]");
|
||||
QString const Worker::UPDATE_STEP_FAIL ( " [FAIL]");
|
||||
QString const Worker::UPDATE_STEP_SUCCESS(" [SUCCESS]");
|
||||
|
||||
using UPDATE_STEP = Worker::UPDATE_STEP;
|
||||
|
Loading…
Reference in New Issue
Block a user