aboutsummaryrefslogtreecommitdiff
path: root/launcher/BaseInstance.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-07 13:21:21 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-05-07 13:21:21 -0700
commit884ac7307817e10f04512a29213a017ca344c16d (patch)
tree37bcb97dfec8516edba3501a5475b1daf314d2b7 /launcher/BaseInstance.h
parent718abaae0ef465050c81c0dfba63ce9f0fff17fc (diff)
parentce5bb29c442cee3654c5f4287a999d5d6593032f (diff)
downloadPrismLauncher-884ac7307817e10f04512a29213a017ca344c16d.tar.gz
PrismLauncher-884ac7307817e10f04512a29213a017ca344c16d.tar.bz2
PrismLauncher-884ac7307817e10f04512a29213a017ca344c16d.zip
Merge remote-tracking branch 'upstream/develop' into better-tasks
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/BaseInstance.h')
-rw-r--r--launcher/BaseInstance.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/launcher/BaseInstance.h b/launcher/BaseInstance.h
index a2a4f824..83a8064f 100644
--- a/launcher/BaseInstance.h
+++ b/launcher/BaseInstance.h
@@ -282,6 +282,12 @@ public:
int getConsoleMaxLines() const;
bool shouldStopOnConsoleOverflow() const;
+ QStringList getLinkedInstances() const;
+ void setLinkedInstances(const QStringList& list);
+ void addLinkedInstanceId(const QString& id);
+ bool removeLinkedInstanceId(const QString& id);
+ bool isLinkedToInstanceId(const QString& id) const;
+
protected:
void changeStatus(Status newStatus);