diff options
Diffstat (limited to 'logic/profiler/BaseProfiler.h')
-rw-r--r-- | logic/profiler/BaseProfiler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logic/profiler/BaseProfiler.h b/logic/profiler/BaseProfiler.h index 2986c8e1..e7bc4c2d 100644 --- a/logic/profiler/BaseProfiler.h +++ b/logic/profiler/BaseProfiler.h @@ -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); }; |