GH-352 Make OneSix instance update downloads cancellable

This commit is contained in:
Petr Mrázek
2016-08-14 02:33:31 +02:00
parent 2f0441b3c1
commit 042f3ef55c
32 changed files with 796 additions and 360 deletions

View File

@ -48,7 +48,7 @@ public:
{
return nullptr;
}
virtual std::shared_ptr< Task > createUpdateTask() override
virtual shared_qobject_ptr< Task > createUpdateTask() override
{
return nullptr;
}