From 3fb4ce713fb7fdef2753009967fa58103fa69974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 8 Sep 2017 09:02:27 +0200 Subject: NOISSUE add support for Flame packs with resource packs And a bunch of undefined things we don't handle intentionally just yet... --- api/logic/FileSystem.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'api/logic/FileSystem.h') diff --git a/api/logic/FileSystem.h b/api/logic/FileSystem.h index a09ee557..de8774ff 100644 --- a/api/logic/FileSystem.h +++ b/api/logic/FileSystem.h @@ -83,8 +83,9 @@ private: */ MULTIMC_LOGIC_EXPORT bool deletePath(QString path); -MULTIMC_LOGIC_EXPORT QString PathCombine(QString path1, QString path2); -MULTIMC_LOGIC_EXPORT QString PathCombine(QString path1, QString path2, QString path3); +MULTIMC_LOGIC_EXPORT QString PathCombine(const QString &path1, const QString &path2); +MULTIMC_LOGIC_EXPORT QString PathCombine(const QString &path1, const QString &path2, const QString &path3); +MULTIMC_LOGIC_EXPORT QString PathCombine(const QString &path1, const QString &path2, const QString &path3, const QString &path4); MULTIMC_LOGIC_EXPORT QString AbsolutePath(QString path); -- cgit v1.2.3