More exception handling.
[emufront] / src / utils / emuhelper.cpp
index 3307ac5..4855e69 100644 (file)
@@ -88,7 +88,7 @@ void EmuHelper::launch(const Executable * ex, QList<MediaImageContainer *> micLi
         if (!fp.endsWith('/')) fp.append("/");
         fp.append(mic->getName());
         qDebug() << "Extracting " << fp;
-        int ret = unzipHelper->extractAll(fp, tmp);
+        int ret = unzipHelper->extractAll(fp, tmp); // throws EmuFrontException
         if (ret) {
             qDebug() << "Failed unzipping " << fp << ".";
         }