diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-05-03 21:09:36 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-05-03 21:09:36 +0200 |
commit | 0efa714ba55a33ea6dbcbd08b50c0b09675ce83b (patch) | |
tree | ce808691e468d1a82a65dbcc9ed76cb29e59489e /api/logic/net/NetAction.h | |
parent | 907aa367046bde6ad05893917cff11320019ddda (diff) | |
download | MultiMC-0efa714ba55a33ea6dbcbd08b50c0b09675ce83b.tar MultiMC-0efa714ba55a33ea6dbcbd08b50c0b09675ce83b.tar.gz MultiMC-0efa714ba55a33ea6dbcbd08b50c0b09675ce83b.tar.lz MultiMC-0efa714ba55a33ea6dbcbd08b50c0b09675ce83b.tar.xz MultiMC-0efa714ba55a33ea6dbcbd08b50c0b09675ce83b.zip |
NOISSUE replace std::shared_ptr with shared_qobject_ptr for all download tasks
Diffstat (limited to 'api/logic/net/NetAction.h')
-rw-r--r-- | api/logic/net/NetAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/net/NetAction.h b/api/logic/net/NetAction.h index bbd4a4be..667484d1 100644 --- a/api/logic/net/NetAction.h +++ b/api/logic/net/NetAction.h @@ -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 |