summaryrefslogtreecommitdiffstats
path: root/src/core/api/core_api.pro
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2020-08-11 13:28:48 +0200
committerMichal Klocek <michal.klocek@qt.io>2020-08-18 23:23:46 +0200
commit08375ee796a545e3916feb24e0b35d561e6f0049 (patch)
tree6af02ebfebf352781213490c12c18b8d4f1fcb84 /src/core/api/core_api.pro
parent75393077108480e1762612331c399a012b5feba7 (diff)
Rename QWebEngineDownloadItem -> QWebEngineDownloadRequest
This fits better with other QWebEngine*Requests. [ChangeLog] QWebEngineDownloadItem is now QWebEngineDownloadRequest, also in qml. Change-Id: I506e9fac746b4f23ac0936c2fbe1c7472f4fda36 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'src/core/api/core_api.pro')
-rw-r--r--src/core/api/core_api.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/api/core_api.pro b/src/core/api/core_api.pro
index 533ebf03f..885b81f70 100644
--- a/src/core/api/core_api.pro
+++ b/src/core/api/core_api.pro
@@ -53,8 +53,8 @@ HEADERS = \
qwebengineurlschemehandler.h \
qwebenginecontextmenurequest.h \
qwebenginecontextmenurequest_p.h \
- qwebenginedownloaditem.h \
- qwebenginedownloaditem_p.h
+ qwebenginedownloadrequest.h \
+ qwebenginedownloadrequest_p.h
SOURCES = \
qtwebenginecoreglobal.cpp \
@@ -72,7 +72,7 @@ SOURCES = \
qwebengineurlscheme.cpp \
qwebengineurlschemehandler.cpp \
qwebenginecontextmenurequest.cpp \
- qwebenginedownloaditem.cpp
+ qwebenginedownloadrequest.cpp
# Chromium headers included are not remotely clean
CONFIG -= warning_clean