NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasks
This commit is contained in:
@ -27,7 +27,7 @@ class MULTIMC_LOGIC_EXPORT Download : public NetAction
|
||||
Q_OBJECT
|
||||
|
||||
public: /* types */
|
||||
typedef std::shared_ptr<class Download> Ptr;
|
||||
typedef shared_qobject_ptr<class Download> Ptr;
|
||||
enum class Option
|
||||
{
|
||||
NoOptions = 0,
|
||||
|
Reference in New Issue
Block a user