]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/filethread.cpp
More compliance fixes, artwork changes, build system changes.
[virtualjaguar] / src / gui / filethread.cpp
index e3404989f686dd712e1bf478dd3b4d85a5186b07..306af9fd4ff3596d46e69935d07e4737eb0bd37e 100644 (file)
@@ -92,6 +92,9 @@ printf("FileThread: Aborting!!!\n");
 //
 void FileThread::HandleFile(QFileInfo fileInfo)
 {
+       // Really, need to come up with some kind of cacheing scheme here, so we don't
+       // fish through these files every time we run VJ :-P
+#warning "!!! Need to come up with some kind of cacheing scheme here !!!"
        bool haveZIPFile = (fileInfo.suffix().compare("zip", Qt::CaseInsensitive) == 0
                ? true : false);
        uint32_t fileSize = 0;