aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomprotocol.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-04 23:43:17 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-11-08 10:22:59 +0000
commit26686c384fb950f6643a15400260c974e35a47a3 (patch)
tree9fac79bf6591a69749f9da75e13beecb9462639c /src/plugins/cpaster/pastebindotcomprotocol.cpp
parentbeda0205d1fd8b3c04ffdb0612679f20b06b1789 (diff)
CodePaster: Modernize
modernize-use-auto modernize-use-nullptr modernize-use-equals-default Change-Id: I3d9fffef3bccc1a64e24acd0846da57b224ba801 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomprotocol.cpp')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp
index 057e3cf8ea..86ae8f3f97 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcomprotocol.cpp
@@ -135,7 +135,7 @@ void PasteBinDotComProtocol::pasteFinished()
emit pasteDone(QString::fromLatin1(m_pasteReply->readAll()));
m_pasteReply->deleteLater();
- m_pasteReply = 0;
+ m_pasteReply = nullptr;
}
void PasteBinDotComProtocol::fetch(const QString &id)