aboutsummaryrefslogtreecommitdiff
path: root/launcher/meta/BaseEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/meta/BaseEntity.cpp')
-rw-r--r--launcher/meta/BaseEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/meta/BaseEntity.cpp b/launcher/meta/BaseEntity.cpp
index 9aa4a3dd..a9d62fcd 100644
--- a/launcher/meta/BaseEntity.cpp
+++ b/launcher/meta/BaseEntity.cpp
@@ -154,7 +154,7 @@ bool Meta::BaseEntity::shouldStartRemoteUpdate() const
return m_updateStatus != UpdateStatus::InProgress;
}
-shared_qobject_ptr<Task> Meta::BaseEntity::getCurrentTask()
+Task::Ptr Meta::BaseEntity::getCurrentTask()
{
if(m_updateStatus == UpdateStatus::InProgress)
{