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:
parent
439ca29f99
commit
a32d674b09
@ -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() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user