GH-1227: World import using drag and drop - zip files and folders
This commit is contained in:
parent
51070a13f7
commit
a1fd50e920
15 changed files with 345 additions and 121 deletions
|
@ -539,6 +539,7 @@ QMimeData *ModList::mimeData(const QModelIndexList &indexes) const
|
|||
data->setText(params.join('|'));
|
||||
return data;
|
||||
}
|
||||
|
||||
bool ModList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column,
|
||||
const QModelIndex &parent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue