From 32b7951b18188d42eb23745315c2a1570b7e2659 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 26 Jan 2009 10:52:48 +0100 Subject: [PATCH] Fixes: docs: remove spurious 'you' (spotted by Adrian) --- doc/qtcreator.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator.qdoc b/doc/qtcreator.qdoc index eb00ea835f7..6713d82e6d8 100644 --- a/doc/qtcreator.qdoc +++ b/doc/qtcreator.qdoc @@ -1245,7 +1245,7 @@ \bold{Display Signals and Slots} If you have an instance of a class that is derived from QObject, and you - you would like to find all other objects connected to one of your object's + would like to find all other objects connected to one of your object's slots using Qt's signals and slots mechanism -- you can enable \gui{Use Custom Display for Qt Objects} feature under the \gui Debug menu.