Use Qt::Literals::StringLiterals
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#include "scrobblingapi20.h"
|
||||
#include "lastfmscrobbler.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace {
|
||||
constexpr int kRequestsDelay = 2000;
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
#include "scrobblemetadata.h"
|
||||
#include "listenbrainzscrobbler.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
const char *ListenBrainzScrobbler::kName = "ListenBrainz";
|
||||
const char *ListenBrainzScrobbler::kSettingsGroup = "ListenBrainz";
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include "scrobblercacheitem.h"
|
||||
|
||||
using namespace std::chrono_literals;
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
using std::make_shared;
|
||||
|
||||
ScrobblerCache::ScrobblerCache(const QString &filename, QObject *parent)
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
#include "scrobblercacheitem.h"
|
||||
#include "scrobblemetadata.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
const char *ScrobblingAPI20::kApiKey = "211990b4c96782c05d1536e7219eb56e";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user