diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-11-21 23:36:55 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-11-21 23:36:55 +0100 |
commit | 9fc677c2a4259c8b8421d0fd207770e8f524a09c (patch) | |
tree | 1e77aa4a073e6fc4958d6365fb02be4c49441ba4 /launcher/BaseVersionList.h | |
parent | 69213b1206e97f7d4db4270a4b3b0af41dc9e6fc (diff) | |
download | PrismLauncher-9fc677c2a4259c8b8421d0fd207770e8f524a09c.tar.gz PrismLauncher-9fc677c2a4259c8b8421d0fd207770e8f524a09c.tar.bz2 PrismLauncher-9fc677c2a4259c8b8421d0fd207770e8f524a09c.zip |
NOISSUE more refactoring
Diffstat (limited to 'launcher/BaseVersionList.h')
-rw-r--r-- | launcher/BaseVersionList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/BaseVersionList.h b/launcher/BaseVersionList.h index ce7abce1..80a91e8f 100644 --- a/launcher/BaseVersionList.h +++ b/launcher/BaseVersionList.h @@ -63,7 +63,7 @@ public: * The task returned by this function should reset the model when it's done. * \return A pointer to a task that reloads the version list. */ - virtual shared_qobject_ptr<Task> getLoadTask() = 0; + virtual Task::Ptr getLoadTask() = 0; //! Checks whether or not the list is loaded. If this returns false, the list should be //loaded. |