From 9d362e9d5fabf243c7a326073dd376ffa7aab3f5 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 19 Feb 2019 15:33:40 +0100 Subject: Revision WebEngineProfile::userNotification Change-Id: I6a5ff72c91cb1b173ca140efe3d4c95036f945eb Reviewed-by: Allan Sandfeld Jensen --- src/webengine/api/qquickwebengineprofile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webengine/api/qquickwebengineprofile.h') diff --git a/src/webengine/api/qquickwebengineprofile.h b/src/webengine/api/qquickwebengineprofile.h index ce3285ec9..406d766f9 100644 --- a/src/webengine/api/qquickwebengineprofile.h +++ b/src/webengine/api/qquickwebengineprofile.h @@ -173,7 +173,7 @@ Q_SIGNALS: void downloadRequested(QQuickWebEngineDownloadItem *download); void downloadFinished(QQuickWebEngineDownloadItem *download); - void userNotification(QWebEngineNotification *notification); + Q_REVISION(5) void userNotification(QWebEngineNotification *notification); private: Q_DECLARE_PRIVATE(QQuickWebEngineProfile) -- cgit v1.2.3