1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

removed unneeded slot previously used for debugging

This commit is contained in:
Michael Zanetti
2012-07-05 11:47:34 +02:00
parent 2d32a2db90
commit 8f465b2984
2 changed files with 0 additions and 7 deletions

View File

@@ -172,12 +172,6 @@ PlayableItem::onResultsChanged()
emit dataChanged();
}
void PlayableItem::slotCoverChanged()
{
qDebug() << "emitted coverChanged";
}
QString
PlayableItem::name() const
{

View File

@@ -69,7 +69,6 @@ signals:
private slots:
void onResultsChanged();
void slotCoverChanged();
private:
void init( PlayableItem* parent, int row = -1 );