aboutsummaryrefslogtreecommitdiff
path: root/launcher/BaseInstance.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-07-31 19:48:38 -0300
committerflow <flowlnlnln@gmail.com>2022-09-20 18:32:36 -0300
commitec9ddc4f225c89ea3ccbf24c9a3be36848aa3172 (patch)
tree1ca324b30ac2a6af72c233f867f446e341c700d3 /launcher/BaseInstance.h
parentc6bcb6228b421983006d16c93f7cda091dc9679b (diff)
downloadPrismLauncher-ec9ddc4f225c89ea3ccbf24c9a3be36848aa3172.tar.gz
PrismLauncher-ec9ddc4f225c89ea3ccbf24c9a3be36848aa3172.tar.bz2
PrismLauncher-ec9ddc4f225c89ea3ccbf24c9a3be36848aa3172.zip
chore: add helper function for copying managed pack data between insts.
Signed-off-by: flow <flowlnlnln@gmail.com>
Diffstat (limited to 'launcher/BaseInstance.h')
-rw-r--r--launcher/BaseInstance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/BaseInstance.h b/launcher/BaseInstance.h
index 3af104e9..653d1378 100644
--- a/launcher/BaseInstance.h
+++ b/launcher/BaseInstance.h
@@ -147,6 +147,7 @@ public:
QString getManagedPackVersionID();
QString getManagedPackVersionName();
void setManagedPack(const QString& type, const QString& id, const QString& name, const QString& versionId, const QString& version);
+ void copyManagedPack(BaseInstance& other);
/// guess log level from a line of game log
virtual MessageLevel::Enum guessLevel(const QString &line, MessageLevel::Enum level)