aboutsummaryrefslogtreecommitdiff
path: root/launcher/MMCZip.h
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-02 20:46:01 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-12-02 20:46:04 +0100
commitb9a17f59997ced5be50c9316406cbc5791265099 (patch)
tree21296860dc21b3d418adf37b6c720db71e5dee68 /launcher/MMCZip.h
parent66f9fed2f2fccfb00ee3086637a667eca60213aa (diff)
parentab23f542c648f09e989b2fa650031e169567a3d6 (diff)
downloadPrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.tar.gz
PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.tar.bz2
PrismLauncher-b9a17f59997ced5be50c9316406cbc5791265099.zip
Merge branch 'upstream/develop' into develop
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/MMCZip.h')
-rw-r--r--launcher/MMCZip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/launcher/MMCZip.h b/launcher/MMCZip.h
index ce9775bd..81f9cb90 100644
--- a/launcher/MMCZip.h
+++ b/launcher/MMCZip.h
@@ -80,9 +80,11 @@ namespace MMCZip
/**
* Find a single file in archive by file name (not path)
*
+ * \param ignore_paths paths to skip when recursing the search
+ *
* \return the path prefix where the file is
*/
- QString findFolderOfFileInZip(QuaZip * zip, const QString & what, const QString &root = QString(""));
+ QString findFolderOfFileInZip(QuaZip * zip, const QString & what, const QStringList& ignore_paths = {}, const QString &root = QString(""));
/**
* Find a multiple files of the same name in archive by file name