From 278b7975d149bfd56cdd473fc165d0a0d9ba7f7d Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 16 Nov 2015 13:32:06 +0100 Subject: rename fancybrowser to contentmanipulation The name "fancybrowser" tricks people into thinking that this is the reference browser example. But this example is a very simple browser with an additional fancy content manipulation feature. Rename this example to contentmanipulation to reflect reality. Change-Id: I200b701acdc4de1210b550b9f054753e5f1d1ea4 (cherry-pick from eb8eb72ec7e589eedd79143dc7c3fb241706f405) Reviewed-by: Allan Sandfeld Jensen --- examples/examples.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index b1e1ade46..fdd25664f 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -6,7 +6,7 @@ qtHaveModule(webengine) { qtHaveModule(webenginewidgets) { SUBDIRS += \ + webenginewidgets/contentmanipulation \ webenginewidgets/demobrowser \ - webenginewidgets/fancybrowser \ webenginewidgets/markdowneditor } -- cgit v1.2.3