diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-02-04 21:10:10 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-12 20:57:17 +0200 |
commit | 141e0a02a0a0c4bbc4cc2e900560db5048366104 (patch) | |
tree | d61b0ac7fedc656d2906f084b9a384b8047e8617 /logic/JarUtils.h | |
parent | 473971b6e7a79ed38fa68dffacd207fda874fdc0 (diff) | |
download | MultiMC-141e0a02a0a0c4bbc4cc2e900560db5048366104.tar MultiMC-141e0a02a0a0c4bbc4cc2e900560db5048366104.tar.gz MultiMC-141e0a02a0a0c4bbc4cc2e900560db5048366104.tar.lz MultiMC-141e0a02a0a0c4bbc4cc2e900560db5048366104.tar.xz MultiMC-141e0a02a0a0c4bbc4cc2e900560db5048366104.zip |
SCRATCH move things to the right places
Diffstat (limited to 'logic/JarUtils.h')
-rw-r--r-- | logic/JarUtils.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/logic/JarUtils.h b/logic/JarUtils.h deleted file mode 100644 index 2e8bd2a7..00000000 --- a/logic/JarUtils.h +++ /dev/null @@ -1,18 +0,0 @@ -#pragma once -#include <QString> -#include <QFileInfo> -#include <QSet> -#include "Mod.h" -#include <functional> - -class QuaZip; -namespace JarUtils -{ - bool noFilter(QString); - bool metaInfFilter(QString key); - - bool mergeZipFiles(QuaZip *into, QFileInfo from, QSet<QString> &contained, - std::function<bool(QString)> filter); - - bool createModdedJar(QString sourceJarPath, QString targetJarPath, const QList<Mod>& mods); -} |