Use Qt::Literals::StringLiterals
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "about.h"
|
||||
#include "ui_about.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
About::About(QWidget *parent) : QDialog(parent), ui_{} {
|
||||
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
#include "edittagdialog.h"
|
||||
#include "ui_edittagdialog.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
namespace {
|
||||
constexpr char kTagsDifferentHintText[] = QT_TR_NOOP("(different across multiple songs)");
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#include "errordialog.h"
|
||||
#include "ui_errordialog.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
ErrorDialog::ErrorDialog(QWidget *parent)
|
||||
: QDialog(parent),
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "snapdialog.h"
|
||||
#include "ui_messagedialog.h"
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
using namespace Qt::Literals::StringLiterals;
|
||||
|
||||
SnapDialog::SnapDialog(QWidget *parent) : MessageDialog(parent) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user