mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
Try to be cross-platform
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
class OneSixInstance;
|
||||
class SettingsObject;
|
||||
class MinecraftProcess;
|
||||
class QProcess;
|
||||
|
||||
class BaseProfiler : public QObject
|
||||
{
|
||||
@@ -22,6 +23,8 @@ protected:
|
||||
|
||||
virtual void beginProfilingImpl(MinecraftProcess *process) = 0;
|
||||
|
||||
qint64 pid(QProcess *process);
|
||||
|
||||
signals:
|
||||
void readyToLaunch(const QString &message);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user