From 5c85e0748b6c321d9988d126903fed85f311f5e7 Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 14 Dec 2018 15:39:55 +0100 Subject: Rename leftovers of BrowserContext to ProfileAdapter Change-Id: Ia86459503be86eb9b0d97affe94b7ce82d5e29f1 Reviewed-by: Allan Sandfeld Jensen --- src/core/web_engine_context.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/web_engine_context.h') diff --git a/src/core/web_engine_context.h b/src/core/web_engine_context.h index ce71984d4..604c85a61 100644 --- a/src/core/web_engine_context.h +++ b/src/core/web_engine_context.h @@ -82,9 +82,9 @@ public: #if QT_CONFIG(webengine_printing_and_pdf) printing::PrintJobManager* getPrintJobManager(); #endif - void destroyBrowserContext(); - void addBrowserContext(ProfileAdapter *profileAdapter); - void removeBrowserContext(ProfileAdapter *profileAdapter); + void destroyProfileAdapter(); + void addProfileAdapter(ProfileAdapter *profileAdapter); + void removeProfileAdapter(ProfileAdapter *profileAdapter); void destroy(); private: -- cgit v1.2.3