aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpaster/pastebindotcomprotocol.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-17 13:14:34 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-06-17 12:22:06 +0000
commitc383535d5c3f5eb764cb341131b2cbd87ebfb327 (patch)
treed16c5cf9ba668cc2f5eaa178e295077a4ee1258b /src/plugins/cpaster/pastebindotcomprotocol.cpp
parent27384b8b6e77c7a098218d8428c7741acc9ebcb7 (diff)
CPaster: Introduce member initialization.
Remove/simplify constructors accordingly. Change-Id: I27ac0281a89dfadefb1f7837d99ce185745b7aae Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpaster/pastebindotcomprotocol.cpp')
-rw-r--r--src/plugins/cpaster/pastebindotcomprotocol.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/plugins/cpaster/pastebindotcomprotocol.cpp b/src/plugins/cpaster/pastebindotcomprotocol.cpp
index e06ac4f6ae..d74855fe7d 100644
--- a/src/plugins/cpaster/pastebindotcomprotocol.cpp
+++ b/src/plugins/cpaster/pastebindotcomprotocol.cpp
@@ -52,15 +52,6 @@ static const char API_KEY[]="api_dev_key=516686fc461fb7f9341fd7cf2af6f829&"; //
static const char PROTOCOL_NAME[] = "Pastebin.Com";
namespace CodePaster {
-PasteBinDotComProtocol::PasteBinDotComProtocol() :
- m_fetchReply(0),
- m_pasteReply(0),
- m_listReply(0),
- m_fetchId(-1),
- m_postId(-1),
- m_hostChecked(false)
-{
-}
QString PasteBinDotComProtocol::protocolName()
{