mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
less debug
This commit is contained in:
@@ -326,7 +326,7 @@ QStandardItem*
|
|||||||
WhatsHotWidget::parseNode( QStandardItem* parentItem, const QString &label, const QVariant &data )
|
WhatsHotWidget::parseNode( QStandardItem* parentItem, const QString &label, const QVariant &data )
|
||||||
{
|
{
|
||||||
Q_UNUSED( parentItem );
|
Q_UNUSED( parentItem );
|
||||||
tDebug( LOGVERBOSE ) << "WhatsHot:: parsing " << label;
|
// tDebug( LOGVERBOSE ) << "WhatsHot:: parsing " << label;
|
||||||
|
|
||||||
QStandardItem *sourceItem = new QStandardItem(label);
|
QStandardItem *sourceItem = new QStandardItem(label);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user