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:
@@ -172,12 +172,6 @@ PlayableItem::onResultsChanged()
|
||||
emit dataChanged();
|
||||
}
|
||||
|
||||
void PlayableItem::slotCoverChanged()
|
||||
{
|
||||
qDebug() << "emitted coverChanged";
|
||||
}
|
||||
|
||||
|
||||
QString
|
||||
PlayableItem::name() const
|
||||
{
|
||||
|
@@ -69,7 +69,6 @@ signals:
|
||||
|
||||
private slots:
|
||||
void onResultsChanged();
|
||||
void slotCoverChanged();
|
||||
|
||||
private:
|
||||
void init( PlayableItem* parent, int row = -1 );
|
||||
|
Reference in New Issue
Block a user