diff options
Diffstat (limited to 'launcher/minecraft/PackProfile_p.h')
-rw-r--r-- | launcher/minecraft/PackProfile_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/PackProfile_p.h b/launcher/minecraft/PackProfile_p.h index 6cd2a4e5..fce921bb 100644 --- a/launcher/minecraft/PackProfile_p.h +++ b/launcher/minecraft/PackProfile_p.h @@ -35,7 +35,7 @@ struct PackProfileData ComponentIndex componentIndex; bool dirty = false; QTimer m_saveTimer; - shared_qobject_ptr<Task> m_updateTask; + Task::Ptr m_updateTask; bool loaded = false; bool interactionDisabled = true; }; |