Port to QStringLiteral operator
This commit is contained in:
@@ -44,8 +44,8 @@ StreamingSearchModel::StreamingSearchModel(StreamingServicePtr service, QObject
|
||||
service_(service),
|
||||
proxy_(nullptr),
|
||||
use_pretty_covers_(true),
|
||||
artist_icon_(IconLoader::Load(QStringLiteral("folder-sound"))),
|
||||
album_icon_(IconLoader::Load(QStringLiteral("cdcase"))) {
|
||||
artist_icon_(IconLoader::Load(u"folder-sound"_s)),
|
||||
album_icon_(IconLoader::Load(u"cdcase"_s)) {
|
||||
|
||||
group_by_[0] = CollectionModel::GroupBy::AlbumArtist;
|
||||
group_by_[1] = CollectionModel::GroupBy::AlbumDisc;
|
||||
|
||||
Reference in New Issue
Block a user