NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr, refactor MainWindow to match
This commit is contained in:
parent
9ad99ac481
commit
125abf5027
9 changed files with 170 additions and 216 deletions
|
@ -27,7 +27,7 @@
|
|||
#include "multimc_logic_export.h"
|
||||
|
||||
class NetJob;
|
||||
typedef QObjectPtr<NetJob> NetJobPtr;
|
||||
typedef shared_qobject_ptr<NetJob> NetJobPtr;
|
||||
|
||||
class MULTIMC_LOGIC_EXPORT NetJob : public Task
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue