From 28b08c849efc361b42e79b69e76541d9b0faddd9 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 27 Nov 2015 16:15:32 +0100 Subject: Make QQuickWebEngineProfile public Make QQuickWebEngineProfile a publicly exported class. This allows users to set up and manipulate the profile from C++, and removes the ugly hack needed to access the cookie store. Change-Id: I99e1a8c2cb99d9d1a14e1c78bec5948ba1282fb3 Reviewed-by: Allan Sandfeld Jensen --- src/webengine/webengine.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webengine/webengine.pro') diff --git a/src/webengine/webengine.pro b/src/webengine/webengine.pro index 8bb5a8e77..8f802d5c4 100644 --- a/src/webengine/webengine.pro +++ b/src/webengine/webengine.pro @@ -37,8 +37,8 @@ HEADERS = \ api/qquickwebengineloadrequest_p.h \ api/qquickwebenginenavigationrequest_p.h \ api/qquickwebenginenewviewrequest_p.h \ + api/qquickwebengineprofile.h \ api/qquickwebengineprofile_p.h \ - api/qquickwebengineprofile_p_p.h \ api/qquickwebenginescript_p.h \ api/qquickwebenginesettings_p.h \ api/qquickwebenginesingleton_p.h \ -- cgit v1.2.3