From bfc33967be5ac49c6d088072fa511e74a1607b49 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 15 Oct 2012 16:26:44 +0200 Subject: [PATCH] Remove obsolete connect(). --- src/internet/internetmodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/internet/internetmodel.cpp b/src/internet/internetmodel.cpp index 2e2ae3f9e..c7c04826a 100644 --- a/src/internet/internetmodel.cpp +++ b/src/internet/internetmodel.cpp @@ -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);