NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasks
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
|
||||
#include "multimc_logic_export.h"
|
||||
|
||||
typedef std::shared_ptr<class NetAction> NetActionPtr;
|
||||
typedef shared_qobject_ptr<class NetAction> NetActionPtr;
|
||||
class MULTIMC_LOGIC_EXPORT NetAction : public Task
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user