GH-1178 add failing test
This commit is contained in:
parent
243c5d1cfb
commit
c64a7940c1
3 changed files with 53 additions and 1 deletions
|
@ -575,7 +575,6 @@ bool ModList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row
|
|||
if (!url.isLocalFile())
|
||||
continue;
|
||||
QString filename = url.toLocalFile();
|
||||
qDebug() << "installing: " << filename;
|
||||
installMod(filename, row);
|
||||
// if there is no ordering, re-sort the list
|
||||
if (m_list_file.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue