1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-16 19:31:02 +01:00

Remove useless connect from unexisting SoundClouse service SIGNALs.

From copy/pasted code :/
This commit is contained in:
Arnaud Bienner 2012-09-01 00:45:07 +02:00
parent 567274e9d3
commit c16e46e41a

View File

@ -38,10 +38,6 @@ void SoundCloudSearchProvider::Init(SoundCloudService* service) {
connect(service_, SIGNAL(SimpleSearchResults(int, SongList)),
SLOT(SearchDone(int, SongList)));
connect(service_, SIGNAL(AlbumSearchResult(int, QList<quint64>)),
SLOT(AlbumSearchResult(int, QList<quint64>)));
connect(service_, SIGNAL(AlbumSongsLoaded(quint64, SongList)),
SLOT(AlbumSongsLoaded(quint64, SongList)));
cover_loader_options_.desired_height_ = kArtHeight;
cover_loader_options_.pad_output_image_ = true;