Replace QLatin1String with operator _L1
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "taskmanager.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
||||
TaskManager::TaskManager(QObject *parent) : QObject(parent), next_task_id_(1) {
|
||||
|
||||
setObjectName(QLatin1String(metaObject()->className()));
|
||||
|
||||
Reference in New Issue
Block a user