mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
removed unneeded slot previously used for debugging
This commit is contained in:
@@ -172,12 +172,6 @@ PlayableItem::onResultsChanged()
|
|||||||
emit dataChanged();
|
emit dataChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlayableItem::slotCoverChanged()
|
|
||||||
{
|
|
||||||
qDebug() << "emitted coverChanged";
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
QString
|
QString
|
||||||
PlayableItem::name() const
|
PlayableItem::name() const
|
||||||
{
|
{
|
||||||
|
@@ -69,7 +69,6 @@ signals:
|
|||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void onResultsChanged();
|
void onResultsChanged();
|
||||||
void slotCoverChanged();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void init( PlayableItem* parent, int row = -1 );
|
void init( PlayableItem* parent, int row = -1 );
|
||||||
|
Reference in New Issue
Block a user