GH-1053 base process and launch refactor, part 1
This commit is contained in:
@ -7,7 +7,7 @@ BaseProfiler::BaseProfiler(SettingsObjectPtr settings, InstancePtr instance, QOb
|
||||
{
|
||||
}
|
||||
|
||||
void BaseProfiler::beginProfiling(BaseProcess *process)
|
||||
void BaseProfiler::beginProfiling(BaseLauncher *process)
|
||||
{
|
||||
beginProfilingImpl(process);
|
||||
}
|
||||
|
Reference in New Issue
Block a user