diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-07-23 00:49:26 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-07-28 22:12:57 +0200 |
commit | 7b439c85c0bf3583ac8970e7ab9e8db3bd65c968 (patch) | |
tree | 0907bda540ed3df50ad15ff3265dc0c819146227 /api/logic/InstanceList.h | |
parent | 12f2716f31e09d18d47ffdbb6c06dfb71c6ec8fb (diff) | |
download | MultiMC-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.tar MultiMC-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.tar.gz MultiMC-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.tar.lz MultiMC-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.tar.xz MultiMC-7b439c85c0bf3583ac8970e7ab9e8db3bd65c968.zip |
SCRATCH things and stuff, related to grou saving
Diffstat (limited to 'api/logic/InstanceList.h')
-rw-r--r-- | api/logic/InstanceList.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/logic/InstanceList.h b/api/logic/InstanceList.h index 7fe5ea34..14d5280d 100644 --- a/api/logic/InstanceList.h +++ b/api/logic/InstanceList.h @@ -80,7 +80,8 @@ public: QModelIndex getInstanceIndexById(const QString &id) const; QStringList getGroups(); - void deleteGroup(const QString & name); + void deleteGroup(const GroupId & name); + void deleteInstance(const InstanceId & id); signals: void dataIsInvalid(); |