From 4b41242770ec373f9c4b794fcc0306ad95aeff4b Mon Sep 17 00:00:00 2001 From: Flavio Date: Sat, 3 Mar 2012 15:18:04 +0100 Subject: [PATCH] Removed commented code --- src/global.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/global.h b/src/global.h index 8ecb0b2..2285b17 100644 --- a/src/global.h +++ b/src/global.h @@ -130,15 +130,6 @@ namespace The { networkHttpProxySetting(); maybeSetSystemProxy(); nam = new QNetworkAccessManager(); - - // A simple disk based cache - /* - QNetworkDiskCache *cache = new QNetworkDiskCache(); - QString cacheLocation = QDesktopServices::storageLocation(QDesktopServices::DataLocation); - qDebug() << cacheLocation; - cache->setCacheDirectory(cacheLocation); - nam->setCache(cache); - */ } return nam; } -- 2.39.5