NOISSUE add a basic test for FS::copy

This commit is contained in:
Petr Mrázek
2015-12-26 02:44:33 +01:00
parent 478ff11485
commit 243c5d1cfb
6 changed files with 65 additions and 11 deletions

View File

@ -575,8 +575,8 @@ bool ModList::dropMimeData(const QMimeData *data, Qt::DropAction action, int row
if (!url.isLocalFile())
continue;
QString filename = url.toLocalFile();
installMod(filename, row);
qDebug() << "installing: " << filename;
installMod(filename, row);
// if there is no ordering, re-sort the list
if (m_list_file.isEmpty())
{