]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filelistmodel.cpp
Hooked up CD BIOS loading/running.
[virtualjaguar] / src / gui / filelistmodel.cpp
index 8308c5c946123c3511c1eb07f7b776e8519c1123..626b296d9b637af178649f089da61cb4d164e421 100644 (file)
@@ -131,6 +131,9 @@ void FileListModel::AddData(unsigned long index, QString str, QImage img, unsign
        data.crc = fileCrc;
 
        list.push_back(data);
+//This is probably not the best way to do this, it prevents the user from using the
+//list while it populates.
+#warning "!!! AddData calls reset() for every addition, this is bad !!!"
        reset();
 }