summaryrefslogtreecommitdiffstats
path: root/src/core/profile_adapter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/profile_adapter.cpp')
-rw-r--r--src/core/profile_adapter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/profile_adapter.cpp b/src/core/profile_adapter.cpp
index 800fcb401..462be9f48 100644
--- a/src/core/profile_adapter.cpp
+++ b/src/core/profile_adapter.cpp
@@ -188,6 +188,11 @@ void ProfileAdapter::resumeDownload(quint32 downloadId)
downloadManagerDelegate()->resumeDownload(downloadId);
}
+void ProfileAdapter::removeDownload(quint32 downloadId)
+{
+ downloadManagerDelegate()->removeDownload(downloadId);
+}
+
ProfileAdapter *ProfileAdapter::createDefaultProfileAdapter()
{
return WebEngineContext::current()->createDefaultProfileAdapter();