From 70ed30f9e6b47fbfb3151078ca61a2bb419feccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 7 Apr 2019 23:59:04 +0200 Subject: GH-2591 less std::shared_ptr and more shared_qobject_ptr This eliminates some weird crashes. --- application/LaunchController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/LaunchController.h') diff --git a/application/LaunchController.h b/application/LaunchController.h index 1434dec9..1d879028 100644 --- a/application/LaunchController.h +++ b/application/LaunchController.h @@ -57,5 +57,5 @@ private: QWidget * m_parentWidget = nullptr; InstanceWindow *m_console = nullptr; AuthSessionPtr m_session; - std::shared_ptr m_launcher; + shared_qobject_ptr m_launcher; }; -- cgit v1.2.3