Use Qt::Literals::StringLiterals

This commit is contained in:
Jonas Kvinge
2024-10-18 20:17:23 +02:00
parent 6931538ebf
commit 0e330b81db
156 changed files with 160 additions and 172 deletions

View File

@@ -36,7 +36,7 @@
#include "collection/collectionbackend.h"
#include "collection/collection.h"
using namespace Qt::StringLiterals;
using namespace Qt::Literals::StringLiterals;
using std::make_unique;
using std::make_shared;

View File

@@ -39,7 +39,7 @@
#include "collection/collectionmodel.h"
#include "collection/collectionfilter.h"
using namespace Qt::StringLiterals;
using namespace Qt::Literals::StringLiterals;
using std::make_unique;
using std::make_shared;

View File

@@ -29,7 +29,7 @@
#include <QUrl>
using namespace Qt::StringLiterals;
using namespace Qt::Literals::StringLiterals;
// clazy:excludeall=returning-void-expression

View File

@@ -35,7 +35,7 @@
#include "test_utils.h"
using std::make_shared;
using namespace Qt::StringLiterals;
using namespace Qt::Literals::StringLiterals;
// clazy:excludeall=non-pod-global-static

View File

@@ -38,7 +38,7 @@
#include "core/logging.h"
#include "core/temporaryfile.h"
using namespace Qt::StringLiterals;
using namespace Qt::Literals::StringLiterals;
TEST(UtilitiesTest, PrettyTimeDelta) {