summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginehistory_p.h
diff options
context:
space:
mode:
authorKirill Burtsev <kirill.burtsev@qt.io>2021-02-05 13:42:23 +0100
committerKirill Burtsev <kirill.burtsev@qt.io>2021-03-03 21:39:11 +0100
commiteb92ad14753b91fc63ab17ab79c6637512921423 (patch)
tree77e2a854c057358a8f268d9c82f1c7fc551f62bd /src/webengine/api/qquickwebenginehistory_p.h
parentcd12379d43f8c2df14b19ebced316aa94b3f6043 (diff)
Move QQuickWebEngineLoadRequest to core as a base api type
Prepare it to be used in widgets api for load status change. Turn it into simple value type which is allowed to be copied, stored and spied upon. [ChangeLog] Move WebEngineLoadRequest as a basic type into QtWebEngineCore Task-number: QTBUG-74585 Change-Id: Ie182da02a539a89323b8bbec07f1daa700309e70 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/webengine/api/qquickwebenginehistory_p.h')
-rw-r--r--src/webengine/api/qquickwebenginehistory_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webengine/api/qquickwebenginehistory_p.h b/src/webengine/api/qquickwebenginehistory_p.h
index db0be3bad..89cef194f 100644
--- a/src/webengine/api/qquickwebenginehistory_p.h
+++ b/src/webengine/api/qquickwebenginehistory_p.h
@@ -63,7 +63,6 @@ QT_BEGIN_NAMESPACE
class QQuickWebEngineHistory;
class QQuickWebEngineHistoryPrivate;
class QQuickWebEngineHistoryListModelPrivate;
-class QQuickWebEngineLoadRequest;
class QQuickWebEngineViewPrivate;
class Q_WEBENGINE_EXPORT QQuickWebEngineHistoryListModel : public QAbstractListModel {