TODO
authorMikko Keinänen <mikko.keinanen@gmail.com>
Fri, 15 Oct 2010 22:39:04 +0000 (01:39 +0300)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Fri, 15 Oct 2010 22:39:04 +0000 (01:39 +0300)
src/utils/fileutil.cpp

index 77e77f5..4b2f0cb 100644 (file)
@@ -168,6 +168,7 @@ QList<MediaImage*> FileUtil::listContents(const QString filePath, const FilePath
     command.append("\"");
     qDebug() << command;
     proc.start(command);
+    // TODO: slot(s) for (start and) error signal(s)
     bool procOk = proc.waitForFinished();
     if (!procOk) {
         throw new EmuFrontException(tr("Listing information from file %1 failed with unzip.").arg(filePath));