diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-10-20 17:18:53 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-10-20 17:18:53 +0200 |
commit | 125abf502769c2ef092a2f5516d303f0333ae802 (patch) | |
tree | 25af0ffea303f1e549ac1a298c03b6862b1b71a3 /logic/net/NetAction.h | |
parent | 9ad99ac4816cb879ec9f1805e7b8d7d3774a9588 (diff) | |
download | PrismLauncher-125abf502769c2ef092a2f5516d303f0333ae802.tar.gz PrismLauncher-125abf502769c2ef092a2f5516d303f0333ae802.tar.bz2 PrismLauncher-125abf502769c2ef092a2f5516d303f0333ae802.zip |
NOISSUE rename QObjectPtr to shared_qobject_ptr, introduce unique_qobject_ptr, refactor MainWindow to match
Diffstat (limited to 'logic/net/NetAction.h')
-rw-r--r-- | logic/net/NetAction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/net/NetAction.h b/logic/net/NetAction.h index faf4dbe0..1d7eb94b 100644 --- a/logic/net/NetAction.h +++ b/logic/net/NetAction.h @@ -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; |