summaryrefslogtreecommitdiffstats
path: root/api/logic/NullInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/NullInstance.h')
-rw-r--r--api/logic/NullInstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/NullInstance.h b/api/logic/NullInstance.h
index d87fb6f7..4fb31854 100644
--- a/api/logic/NullInstance.h
+++ b/api/logic/NullInstance.h
@@ -48,7 +48,7 @@ public:
{
return nullptr;
}
- virtual std::shared_ptr< Task > createUpdateTask() override
+ virtual shared_qobject_ptr< Task > createUpdateTask() override
{
return nullptr;
}