GH-352 Make OneSix instance update downloads cancellable
This commit is contained in:
@ -125,7 +125,7 @@ void OneSixFTBInstance::createProfile()
|
||||
m_profile.reset(new MinecraftProfile(new FTBProfileStrategy(this)));
|
||||
}
|
||||
|
||||
std::shared_ptr<Task> OneSixFTBInstance::createUpdateTask()
|
||||
shared_qobject_ptr<Task> OneSixFTBInstance::createUpdateTask()
|
||||
{
|
||||
return OneSixInstance::createUpdateTask();
|
||||
}
|
||||
|
Reference in New Issue
Block a user