mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
NOISSUE move version file reading and writing to dedicated namespaces
This commit is contained in:
@@ -40,7 +40,6 @@ class ProfilePatch
|
||||
public:
|
||||
virtual ~ProfilePatch(){};
|
||||
virtual void applyTo(MinecraftProfile *version) = 0;
|
||||
virtual QJsonDocument toJson(bool saveOrder) = 0;
|
||||
|
||||
virtual bool isMinecraftVersion() = 0;
|
||||
virtual bool hasJarMods() = 0;
|
||||
|
||||
Reference in New Issue
Block a user