mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
NOISSUE Refactors and moving of things
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
class BaseInstance;
|
||||
class SettingsObject;
|
||||
class MinecraftProcess;
|
||||
class QProcess;
|
||||
|
||||
class BaseExternalTool : public QObject
|
||||
@@ -19,7 +18,6 @@ protected:
|
||||
InstancePtr m_instance;
|
||||
|
||||
qint64 pid(QProcess *process);
|
||||
QString getSave() const;
|
||||
};
|
||||
|
||||
class BaseDetachedTool : public BaseExternalTool
|
||||
|
||||
Reference in New Issue
Block a user