Replace QStringLiteral with QLatin1String
This commit is contained in:
@@ -253,7 +253,7 @@ void LyricsSettingsPage::AuthenticationFailure(const QStringList &errors) {
|
||||
|
||||
if (!isVisible() || !ui_->providers->currentItem() || ui_->providers->currentItem()->text() != provider->name()) return;
|
||||
|
||||
QMessageBox::warning(this, tr("Authentication failed"), errors.join(QStringLiteral("\n")));
|
||||
QMessageBox::warning(this, tr("Authentication failed"), errors.join(QLatin1Char('\n')));
|
||||
|
||||
ui_->login_state->SetLoggedIn(LoginStateWidget::State::LoggedOut);
|
||||
ui_->button_authenticate->setEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user