mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Be a little less verbose.
This commit is contained in:
@@ -461,7 +461,6 @@ Playlist::setNewRevision( const QString& rev,
|
||||
QMap<QString, plentry_ptr> entriesmap;
|
||||
foreach ( const plentry_ptr& p, d->entries )
|
||||
{
|
||||
tDebug() << p->guid() << p->query()->toString();
|
||||
entriesmap.insert( p->guid(), p );
|
||||
}
|
||||
|
||||
|
@@ -477,7 +477,6 @@ TrackView::dragEnterEvent( QDragEnterEvent* event )
|
||||
void
|
||||
TrackView::dragMoveEvent( QDragMoveEvent* event )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
QTreeView::dragMoveEvent( event );
|
||||
|
||||
if ( model()->isReadOnly() )
|
||||
|
Reference in New Issue
Block a user