changeset 155:6187c36de250

Add a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 Sep 2017 12:53:03 +0300
parents ef4edd798a45
children afadc1380fb1
files src/main.cpp
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/main.cpp	Mon Aug 28 13:06:10 2017 +0300
+++ b/src/main.cpp	Thu Sep 07 12:53:03 2017 +0300
@@ -486,6 +486,9 @@
 
         QNetworkAccessManager *manager = new QNetworkAccessManager();
 /*
+        // NOTE XXX! For some reason the manager returns not accessible under Wine
+        // and possibly some version(s) of Windows .. not sure why, thus commented
+        // out for now.
         if (manager->networkAccessible() != QNetworkAccessManager::Accessible)
         {
             slLog("ERROR", QStringLiteral("Network not available, cannot backup the database."));