NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr, refactor MainWindow to match
This commit is contained in:
@ -61,7 +61,7 @@ public:
|
||||
|
||||
public:
|
||||
/// the network reply
|
||||
QObjectPtr<QNetworkReply> m_reply;
|
||||
unique_qobject_ptr<QNetworkReply> m_reply;
|
||||
|
||||
/// the content of the content-type header
|
||||
QString m_content_type;
|
||||
|
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user