mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
On OS X drops from outside the apps are Qt::MoveActions....
This commit is contained in:
@@ -214,7 +214,11 @@ SourcesModel::dropMimeData( const QMimeData* data, Qt::DropAction action, int ro
|
|||||||
Qt::DropActions
|
Qt::DropActions
|
||||||
SourcesModel::supportedDropActions() const
|
SourcesModel::supportedDropActions() const
|
||||||
{
|
{
|
||||||
|
#ifdef Q_OS_MAC
|
||||||
|
return Qt::CopyAction | Qt::MoveAction;
|
||||||
|
#else
|
||||||
return Qt::CopyAction;
|
return Qt::CopyAction;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user