mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Remove extraneous code
This commit is contained in:
@@ -103,16 +103,6 @@ SourcePlaylistInterface::onSourcePlaybackStarted( const Tomahawk::query_ptr& que
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
SourcePlaylistInterface::resolveResultsAdded( const QList<Tomahawk::result_ptr>& results ) const
|
|
||||||
{
|
|
||||||
qDebug() << Q_FUNC_INFO;
|
|
||||||
foreach ( Tomahawk::result_ptr ptr, results )
|
|
||||||
{
|
|
||||||
// qDebug() << "Found result:" << ptr->track();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
SourcePlaylistInterface::resolvingFinished( bool hasResults )
|
SourcePlaylistInterface::resolvingFinished( bool hasResults )
|
||||||
{
|
{
|
||||||
|
@@ -74,7 +74,6 @@ signals:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onSourcePlaybackStarted( const Tomahawk::query_ptr& query );
|
void onSourcePlaybackStarted( const Tomahawk::query_ptr& query );
|
||||||
void resolveResultsAdded( const QList<Tomahawk::result_ptr>& results ) const;
|
|
||||||
void resolvingFinished( bool hasResults );
|
void resolvingFinished( bool hasResults );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Reference in New Issue
Block a user