Use Qt::Literals::StringLiterals
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "coverutils.h"
|
||||
#include "core/logging.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
QByteArray CoverUtils::Sha1CoverHash(const QString &artist, const QString &album) {
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
#include "envutils.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace Utilities {
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include "filemanagerutils.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace Utilities {
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "macaddrutils.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace Utilities {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "strutils.h"
|
||||
#include "core/song.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace Utilities {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user