changeset 153:794a2387e92a

Add some comments.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 28 Aug 2017 12:24:39 +0300
parents 0a7aff5dce3b
children ef4edd798a45
files src/main.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Mon Aug 28 12:24:33 2017 +0300
+++ b/src/main.cpp	Mon Aug 28 12:24:39 2017 +0300
@@ -533,6 +533,7 @@
         httpBackupReply = manager->post(request, multiPart);
         multiPart->setParent(httpBackupReply);
 
+        // Connect signals
         connect(
             httpBackupReply,
             SIGNAL(finished()),
@@ -551,6 +552,7 @@
             this,
             SLOT(httpBackupError(QNetworkReply::NetworkError)));
 #else
+        // Disabled
         slLog("ERROR", QStringLiteral("Backup method is HTTP/HTTPS, but support is not compiled in!"));
         return;
 #endif