From 9f37bb131e4faa1b701b2724c2dc2275360e9adb Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 21 Jul 2014 17:13:16 +0200 Subject: [PATCH] Doc: fix path to "Use Debugging Helper" check box I was moved to "Locals & Expressions" tab. Change-Id: I853376b60887dd962300a2600d027c83fc32c031 Reviewed-by: hjk --- doc/src/howto/creator-tips.qdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/howto/creator-tips.qdoc b/doc/src/howto/creator-tips.qdoc index d66c5aa527c..a5d35d185eb 100644 --- a/doc/src/howto/creator-tips.qdoc +++ b/doc/src/howto/creator-tips.qdoc @@ -160,7 +160,8 @@ If an instance of a class is derived from QObject, and you would like to find all other objects connected to one of your object's slots using Qt's signals and slots mechanism, select \gui Tools > \gui Options - > \gui{Debugger} > \gui{Debugging Helper} > \gui{Use Debugging Helper}. + > \gui{Debugger} > \gui{Locals and Expressions} > + \gui{Use Debugging Helper}. In the \gui{Locals and Expressions} view, expand the object's entry and open the slot in the \e slots subitem. The objects connected to this slot are @@ -179,7 +180,7 @@ \list 1 \li Select \gui Tools > \gui Options > \gui Debugger > - \gui{Debugging Helper}. + \gui{Locals and Expressions}. \li Uncheck the \gui{Use Debugging Helper} checkbox.