summaryrefslogtreecommitdiff
path: root/src/webenginequick/api/qquickwebenginetestsupport_p.h
diff options
context:
space:
mode:
authorKirill Burtsev <kirill.burtsev@qt.io>2021-02-19 20:38:07 +0100
committerKirill Burtsev <kirill.burtsev@qt.io>2021-06-04 19:05:00 +0200
commit7a57358683ee3a04c15d55b6475594aa81febf6f (patch)
treeca7c4f47606de2970fb14462e347ebfca33f77f7 /src/webenginequick/api/qquickwebenginetestsupport_p.h
parentb3909c2d860a53e85eea51e77ee40ed8adf60842 (diff)
downloadqtwebengine-7a57358683ee3a04c15d55b6475594aa81febf6f.tar.gz
Rename WebEngineLoadRequest to WebEngineLoadingInfo
Rename it, since it's not a real request (in a sense that there is nothing to accept or reject), and it is also emitted on loading start and failure. [ChangeLog][QWebEngineQuick] WebEngineLoadRequest is renamed to WebEngineLoadingInfo Change-Id: I75b25da456eb4507451014070525a6a8e9d6753d Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/webenginequick/api/qquickwebenginetestsupport_p.h')
-rw-r--r--src/webenginequick/api/qquickwebenginetestsupport_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webenginequick/api/qquickwebenginetestsupport_p.h b/src/webenginequick/api/qquickwebenginetestsupport_p.h
index 189643a87..0accb9b67 100644
--- a/src/webenginequick/api/qquickwebenginetestsupport_p.h
+++ b/src/webenginequick/api/qquickwebenginetestsupport_p.h
@@ -60,7 +60,7 @@
QT_BEGIN_NAMESPACE
-class QWebEngineLoadRequest;
+class QWebEngineLoadingInfo;
class QWindow;
class Q_WEBENGINE_PRIVATE_EXPORT QQuickWebEngineErrorPage : public QObject {
@@ -73,7 +73,7 @@ public:
void loadStarted(const QUrl &provisionalUrl);
Q_SIGNALS:
- void loadingChanged(const QWebEngineLoadRequest &loadRequest);
+ void loadingChanged(const QWebEngineLoadingInfo &loadStatus);
};
class Q_WEBENGINE_PRIVATE_EXPORT QQuickWebEngineTestInputContext : public QPlatformInputContext {