Remove obsolete connect().

This commit is contained in:
John Maguire 2012-10-15 16:26:44 +02:00
parent 1abd9c3821
commit bfc33967be
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ void InternetModel::AddService(InternetService *service) {
connect(service, SIGNAL(StreamMetadataFound(QUrl,Song)), SIGNAL(StreamMetadataFound(QUrl,Song)));
connect(service, SIGNAL(AddToPlaylistSignal(QMimeData*)), SIGNAL(AddToPlaylist(QMimeData*)));
connect(service, SIGNAL(ScrollToIndex(QModelIndex)), SIGNAL(ScrollToIndex(QModelIndex)));
connect(service, SIGNAL(destroyed()), SLOT(ServiceDeleted()));
NewClosure(service, SIGNAL(destroyed()), this,
SLOT(ServiceDeleted(InternetService*)), service);