From 9c663f51c63f7661edcc604ce89171b3f037543d Mon Sep 17 00:00:00 2001 From: Peter Varga Date: Tue, 13 Jul 2021 17:56:05 +0200 Subject: Get rid of Quick's TestSupport API - Moved TestInputContext and TestInputEvent APIs to tst_qmltests. - Removed loadVisuallyCommitted and use Item.grabToImage to check if page is rendered. - Removed windowCloseRejected signal and use a hidden callback instead. Pick-to: 6.2 Change-Id: Ica6e4c6017426e0171d738a6a59afa557c786698 Reviewed-by: Michal Klocek --- src/core/web_contents_adapter_client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/web_contents_adapter_client.h') diff --git a/src/core/web_contents_adapter_client.h b/src/core/web_contents_adapter_client.h index 42a5a3ab0..2e81f21e8 100644 --- a/src/core/web_contents_adapter_client.h +++ b/src/core/web_contents_adapter_client.h @@ -195,7 +195,6 @@ public: virtual QColor backgroundColor() const = 0; virtual void loadStarted(QWebEngineLoadingInfo info) = 0; virtual void loadCommitted() = 0; - virtual void didFirstVisuallyNonEmptyPaint() = 0; virtual void loadFinished(QWebEngineLoadingInfo info) = 0; virtual void focusContainer() = 0; virtual void unhandledKeyEvent(QKeyEvent *event) = 0; -- cgit v1.2.3