Minor: Added UPDATE_STEP_WRONG.
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user