From 141e0a02a0a0c4bbc4cc2e900560db5048366104 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 4 Feb 2015 21:10:10 +0100 Subject: SCRATCH move things to the right places --- logic/JarUtils.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 logic/JarUtils.h (limited to 'logic/JarUtils.h') 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 -#include -#include -#include "Mod.h" -#include - -class QuaZip; -namespace JarUtils -{ - bool noFilter(QString); - bool metaInfFilter(QString key); - - bool mergeZipFiles(QuaZip *into, QFileInfo from, QSet &contained, - std::function filter); - - bool createModdedJar(QString sourceJarPath, QString targetJarPath, const QList& mods); -} -- cgit