Replace QLatin1String with operator _L1

This commit is contained in:
Jonas Kvinge
2024-09-07 04:24:14 +02:00
parent e3e6a22172
commit 4270b12cd1
185 changed files with 2429 additions and 2139 deletions

View File

@@ -54,8 +54,8 @@ class SongPlaylistItemTest : public ::testing::TestWithParam<const char*> {
item_ = make_unique<SongPlaylistItem>(song_);
if (!absolute_file_name_.startsWith(QLatin1Char('/')))
absolute_file_name_.prepend(QLatin1Char('/'));
if (!absolute_file_name_.startsWith(u'/'))
absolute_file_name_.prepend(u'/');
}
Song song_; // NOLINT(cppcoreguidelines-non-private-member-variables-in-classes)