mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
less debug
This commit is contained in:
@@ -481,13 +481,13 @@ SourceTreeView::dragMoveEvent( QDragMoveEvent* event )
|
||||
|
||||
if ( accept )
|
||||
{
|
||||
//qDebug() << Q_FUNC_INFO << "Accepting";
|
||||
//tDebug() << Q_FUNC_INFO << "Accepting";
|
||||
event->setDropAction( Qt::CopyAction );
|
||||
event->accept();
|
||||
}
|
||||
else
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO << "Ignoring";
|
||||
// tDebug() << Q_FUNC_INFO << "Ignoring";
|
||||
event->ignore();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user