mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
Remove unnecessary debug
This commit is contained in:
parent
4eb3359422
commit
bd0e347281
@ -609,7 +609,6 @@ SourceTreeView::dragEnterEvent( QDragEnterEvent* event )
|
||||
m_dropRect = QRect();
|
||||
m_dropIndex = QPersistentModelIndex();
|
||||
|
||||
qDebug() << Q_FUNC_INFO << "Accepting Drag Event";
|
||||
event->setDropAction( Qt::CopyAction );
|
||||
event->acceptProposedAction();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user