mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
GH-1053 move instance update into the launch task (BaseLauncher)
This commit is contained in:
parent
5628d3d379
commit
526a511f45
18 changed files with 303 additions and 262 deletions
|
|
@ -18,7 +18,7 @@ private slots:
|
|||
void profilerFinished(int exit, QProcess::ExitStatus status);
|
||||
|
||||
protected:
|
||||
void beginProfilingImpl(BaseLauncher *process);
|
||||
void beginProfilingImpl(std::shared_ptr<BaseLauncher> process);
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ void JVisualVM::profilerFinished(int exit, QProcess::ExitStatus status)
|
|||
}
|
||||
}
|
||||
|
||||
void JVisualVM::beginProfilingImpl(BaseLauncher *process)
|
||||
void JVisualVM::beginProfilingImpl(std::shared_ptr<BaseLauncher> process)
|
||||
{
|
||||
QProcess *profiler = new QProcess(this);
|
||||
QStringList profilerArgs =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue