mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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
|
||||
SourcePlaylistInterface::resolvingFinished( bool hasResults )
|
||||
{
|
||||
|
@@ -74,7 +74,6 @@ signals:
|
||||
|
||||
private slots:
|
||||
void onSourcePlaybackStarted( const Tomahawk::query_ptr& query );
|
||||
void resolveResultsAdded( const QList<Tomahawk::result_ptr>& results ) const;
|
||||
void resolvingFinished( bool hasResults );
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user