Fix the artist and album library icons in Qt 4.7

This commit is contained in:
David Sansome 2010-09-18 13:35:52 +00:00
parent e018e7ecdc
commit ce1e7f73df

View File

@ -34,8 +34,8 @@ LibraryModel::LibraryModel(LibraryBackend* backend, QObject* parent)
: SimpleTreeModel<LibraryItem>(new LibraryItem(this), parent), : SimpleTreeModel<LibraryItem>(new LibraryItem(this), parent),
backend_(backend), backend_(backend),
dir_model_(new LibraryDirectoryModel(backend, this)), dir_model_(new LibraryDirectoryModel(backend, this)),
artist_icon_(":/icons/22x22/x-clementine-artist"), artist_icon_(":/icons/22x22/x-clementine-artist.png"),
album_icon_(":/icons/22x22/x-clementine-album"), album_icon_(":/icons/22x22/x-clementine-album.png"),
no_cover_icon_(":nocover.png") no_cover_icon_(":nocover.png")
{ {
root_->lazy_loaded = true; root_->lazy_loaded = true;