mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-19 02:17:14 +00:00
GH-1053 move instance update into the launch task (BaseLauncher)
This commit is contained in:
@@ -7,7 +7,7 @@ BaseProfiler::BaseProfiler(SettingsObjectPtr settings, InstancePtr instance, QOb
|
||||
{
|
||||
}
|
||||
|
||||
void BaseProfiler::beginProfiling(BaseLauncher *process)
|
||||
void BaseProfiler::beginProfiling(std::shared_ptr<BaseLauncher> process)
|
||||
{
|
||||
beginProfilingImpl(process);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user