From c4fe977e7c2ea10a41da710121dcf6e2d4c64df3 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 7 Aug 2015 10:19:59 +0200 Subject: [PATCH] Doc: remove references to Qt WebKit It has been deprecated and was only used as an example. Change-Id: I4e483e2f86b32476e4b88c9c3eecb7eeffa42e72 Reviewed-by: Eike Ziller --- doc/config/qtcreator-project.qdocconf | 1 - doc/src/debugger/creator-debugger.qdoc | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/config/qtcreator-project.qdocconf b/doc/config/qtcreator-project.qdocconf index 7b1976f0c64..e13fb032e32 100644 --- a/doc/config/qtcreator-project.qdocconf +++ b/doc/config/qtcreator-project.qdocconf @@ -29,7 +29,6 @@ indexes += $QDOC_INDEX_DIR/qtwidgets/qtwidgets.index \ $QDOC_INDEX_DIR/qtsensors/qtsensors.index \ $QDOC_INDEX_DIR/qttestlib/qttestlib.index \ $QDOC_INDEX_DIR/qtuitools/qtuitools.index \ - $QDOC_INDEX_DIR/qtwebkit/qtwebkit.index \ $QDOC_INDEX_DIR/qtxml/qtxml.index include(macros.qdocconf) diff --git a/doc/src/debugger/creator-debugger.qdoc b/doc/src/debugger/creator-debugger.qdoc index 4cf1e6d8088..9fb1fb74e99 100644 --- a/doc/src/debugger/creator-debugger.qdoc +++ b/doc/src/debugger/creator-debugger.qdoc @@ -111,8 +111,7 @@ parameters. \note Starting a C++ program in the debugger can take a long time, typically - in the range of several seconds to minutes if complex features (like - QtWebKit) are used. + in the range of several seconds to minutes if complex features are used. \section1 Launching the Debugger in Different Modes