mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Remove unnecessary debug
This commit is contained in:
@@ -609,7 +609,6 @@ SourceTreeView::dragEnterEvent( QDragEnterEvent* event )
|
|||||||
m_dropRect = QRect();
|
m_dropRect = QRect();
|
||||||
m_dropIndex = QPersistentModelIndex();
|
m_dropIndex = QPersistentModelIndex();
|
||||||
|
|
||||||
qDebug() << Q_FUNC_INFO << "Accepting Drag Event";
|
|
||||||
event->setDropAction( Qt::CopyAction );
|
event->setDropAction( Qt::CopyAction );
|
||||||
event->acceptProposedAction();
|
event->acceptProposedAction();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user