mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Remove unnecessary debug
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user