summaryrefslogtreecommitdiffstats
path: root/logic/LegacyUpdate.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-12-18 02:48:14 +0100
committerPetr Mrázek <peterix@gmail.com>2014-12-27 20:50:33 +0100
commita30a9559c749446165ec84e737fe85b44a462584 (patch)
tree9e6bfadfc4e10f01ab2580c33e2c682d57b4ce99 /logic/LegacyUpdate.h
parent01f44e0f39a808d3d5285c394d83a8fc80421890 (diff)
downloadMultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar
MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.gz
MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.lz
MultiMC-a30a9559c749446165ec84e737fe85b44a462584.tar.xz
MultiMC-a30a9559c749446165ec84e737fe85b44a462584.zip
NOISSUE Fix jar mods for OnesSix
Diffstat (limited to 'logic/LegacyUpdate.h')
-rw-r--r--logic/LegacyUpdate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/logic/LegacyUpdate.h b/logic/LegacyUpdate.h
index da538d2f..8041305a 100644
--- a/logic/LegacyUpdate.h
+++ b/logic/LegacyUpdate.h
@@ -54,15 +54,6 @@ slots:
void ModTheJar();
private:
- enum MetainfAction
- {
- KeepMetainf, // the META-INF folder will be added from the merged jar
- IgnoreMetainf // the META-INF from the merged jar will be ignored
- };
- bool MergeZipFiles(QuaZip *into, QFileInfo from, QSet<QString> &contained,
- MetainfAction metainf);
-
-private:
std::shared_ptr<QNetworkReply> m_reply;