NOISSUE add the pocket fox icon

This commit is contained in:
Petr Mrázek
2019-06-01 00:59:02 +02:00
parent 3470a3df96
commit 59e1ed3d87
5 changed files with 301 additions and 4 deletions

View File

@ -187,8 +187,7 @@ Qt::DropActions IconList::supportedDropActions() const
return Qt::CopyAction;
}
bool IconList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column,
const QModelIndex &parent)
bool IconList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)
{
if (action == Qt::IgnoreAction)
return true;