summaryrefslogtreecommitdiffstats
path: root/checkcloudconnection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checkcloudconnection.cpp')
-rw-r--r--checkcloudconnection.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/checkcloudconnection.cpp b/checkcloudconnection.cpp
index b780453fc..b4b4b2be8 100644
--- a/checkcloudconnection.cpp
+++ b/checkcloudconnection.cpp
@@ -10,7 +10,9 @@
#include "checkcloudconnection.h"
-CheckCloudConnection::CheckCloudConnection(QObject *parent) : QObject(parent)
+CheckCloudConnection::CheckCloudConnection(QObject *parent) :
+ QObject(parent),
+ reply(0)
{
}