1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 00:12:06 +02:00

* Be a little less verbose.

This commit is contained in:
Christian Muehlhaeuser 2013-09-05 11:01:12 +02:00
parent 439ca29f99
commit a32d674b09
2 changed files with 0 additions and 2 deletions

View File

@ -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 );
}

View File

@ -477,7 +477,6 @@ TrackView::dragEnterEvent( QDragEnterEvent* event )
void
TrackView::dragMoveEvent( QDragMoveEvent* event )
{
tDebug() << Q_FUNC_INFO;
QTreeView::dragMoveEvent( event );
if ( model()->isReadOnly() )