From 0a578ce16b0ea5eadae32d0055b45f56f36eefa4 Mon Sep 17 00:00:00 2001 From: Viktor Engelmann Date: Mon, 19 Dec 2016 15:58:04 +0100 Subject: Add methods for textual description of DownloadInterruptReason A method was added to get a textual description of a Q(Quick)WebEngineDownloadItem::DownloadInterruptReason. Basically returns the same description from the QDoc entry, but shortened where that was to long. Also moved the ASSERT_ENUMS_MATCHes from download_manager_delegate_qt.cpp to the newly created browser_context_adapter_client.cpp. Task-number: QTBUG-56839 Change-Id: I17c68987b7f12fcaeb71fd27f7ebb35c0ac87bac Reviewed-by: Leena Miettinen Reviewed-by: Allan Sandfeld Jensen --- src/core/core_generator.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/core_generator.pro') diff --git a/src/core/core_generator.pro b/src/core/core_generator.pro index 223ea076e..6071333aa 100644 --- a/src/core/core_generator.pro +++ b/src/core/core_generator.pro @@ -44,6 +44,7 @@ SOURCES = \ browser_accessibility_manager_qt.cpp \ browser_accessibility_qt.cpp \ browser_context_adapter.cpp \ + browser_context_adapter_client.cpp \ browser_context_qt.cpp \ browser_message_filter_qt.cpp \ certificate_error_controller.cpp \ -- cgit v1.2.3