diff options
Diffstat (limited to 'logic/minecraft/MinecraftProfile.h')
-rw-r--r-- | logic/minecraft/MinecraftProfile.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/logic/minecraft/MinecraftProfile.h b/logic/minecraft/MinecraftProfile.h index ef7e1369..dba7d744 100644 --- a/logic/minecraft/MinecraftProfile.h +++ b/logic/minecraft/MinecraftProfile.h @@ -60,9 +60,6 @@ public: /// DEPRECATED, remove ASAP int getFreeOrderNumber(); - /// Can patch file # be removed? - bool canRemove(const int index) const; - enum MoveDirection { MoveUp, MoveDown }; /// move patch file # up or down the list void move(const int index, const MoveDirection direction); @@ -73,6 +70,10 @@ public: /// remove patch file by id - including files/records bool remove(const QString id); + bool customize(int index); + + bool revert(int index); + void resetOrder(); /// reload all profile patches from storage, clear the profile and apply the patches |