mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 04:32:14 +00:00
More fixes.
This commit is contained in:
@@ -21,7 +21,7 @@ void BaseProfiler::beginProfiling(MinecraftProcess *process)
|
||||
|
||||
void BaseProfiler::abortProfiling()
|
||||
{
|
||||
abortProfiling();
|
||||
abortProfilingImpl();
|
||||
}
|
||||
|
||||
void BaseProfiler::abortProfilingImpl()
|
||||
@@ -32,6 +32,8 @@ void BaseProfiler::abortProfilingImpl()
|
||||
}
|
||||
m_profilerProcess->terminate();
|
||||
m_profilerProcess->deleteLater();
|
||||
m_profilerProcess = 0;
|
||||
emit abortLaunch(tr("Profiler aborted"));
|
||||
}
|
||||
|
||||
qint64 BaseProfiler::pid(QProcess *process)
|
||||
|
||||
Reference in New Issue
Block a user