GH-1178 add failing test

This commit is contained in:
Petr Mrázek
2015-12-26 03:13:31 +01:00
parent 243c5d1cfb
commit c64a7940c1
3 changed files with 53 additions and 1 deletions

View File

@ -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())