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) { }