Merge pull request #1033 from Scrumplex/multi-arch-support
This commit is contained in:
commit
fafc9cf9ca
32 changed files with 664 additions and 319 deletions
|
@ -368,3 +368,8 @@ shared_qobject_ptr<LaunchTask> BaseInstance::getLaunchTask()
|
|||
{
|
||||
return m_launchProcess;
|
||||
}
|
||||
|
||||
void BaseInstance::updateRuntimeContext()
|
||||
{
|
||||
// NOOP
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue