summaryrefslogtreecommitdiffstats
path: root/src/core/browser_context_qt.cpp
diff options
context:
space:
mode:
authorMichael BrĂ¼ning <michael.bruning@digia.com>2014-10-08 15:32:46 +0200
committerMichael Bruning <michael.bruning@digia.com>2014-10-09 10:34:43 +0200
commitd609bdf73958d30a6ec8a1097f595f68c7422804 (patch)
treed4fc7cc374048627c082ddb846f56149c41c0541 /src/core/browser_context_qt.cpp
parent7f825cfa69cec97d14c875e43959c46996a716b9 (diff)
Disable Downloads for now.
The current delegate just downloads files to the default download location. By not setting the delegate for downloads, we effectively disable them. Change-Id: I1b416f76ac9b4395ee0bcf9986134f4bf056d8ed Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/core/browser_context_qt.cpp')
-rw-r--r--src/core/browser_context_qt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/browser_context_qt.cpp b/src/core/browser_context_qt.cpp
index 6f7da2409..3913b7548 100644
--- a/src/core/browser_context_qt.cpp
+++ b/src/core/browser_context_qt.cpp
@@ -57,7 +57,6 @@
BrowserContextQt::BrowserContextQt()
{
resourceContext.reset(new ResourceContextQt(this));
- downloadManagerDelegate.reset(new DownloadManagerDelegateQt);
}
BrowserContextQt::~BrowserContextQt()