Use Qt::Literals::StringLiterals
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
#include "settings/subsonicsettingspage.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
SubsonicBaseRequest::SubsonicBaseRequest(SubsonicService *service, QObject *parent)
|
||||
: QObject(parent),
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#include "subsonicbaserequest.h"
|
||||
#include "subsonicrequest.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace {
|
||||
constexpr int kMaxConcurrentAlbumsRequests = 3;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "subsonicbaserequest.h"
|
||||
#include "subsonicscrobblerequest.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace {
|
||||
constexpr int kMaxConcurrentScrobbleRequests = 3;
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
#include "settings/settingsdialog.h"
|
||||
#include "settings/subsonicsettingspage.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
using std::make_unique;
|
||||
using std::make_shared;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user