diff options
Diffstat (limited to 'launcher/dialogs/ProfileSelectDialog.h')
-rw-r--r-- | launcher/dialogs/ProfileSelectDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/dialogs/ProfileSelectDialog.h b/launcher/dialogs/ProfileSelectDialog.h index a4acd9a1..38aa4249 100644 --- a/launcher/dialogs/ProfileSelectDialog.h +++ b/launcher/dialogs/ProfileSelectDialog.h @@ -80,7 +80,7 @@ slots: void on_buttonBox_rejected(); protected: - std::shared_ptr<AccountList> m_accounts; + shared_qobject_ptr<AccountList> m_accounts; //! The account that was selected when the user clicked OK. MinecraftAccountPtr m_selected; |