[Ktutorial-commits] SF.net SVN: ktutorial:[361] trunk/ktutorial/ktutorial-library/src/ editorsuppor
Status: Alpha
Brought to you by:
danxuliu
From: <dan...@us...> - 2012-08-10 11:19:41
|
Revision: 361 http://ktutorial.svn.sourceforge.net/ktutorial/?rev=361&view=rev Author: danxuliu Date: 2012-08-10 11:19:33 +0000 (Fri, 10 Aug 2012) Log Message: ----------- Fix invalid documentation. Modified Paths: -------------- trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupport.h Modified: trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupport.h =================================================================== --- trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupport.h 2012-08-10 10:57:33 UTC (rev 360) +++ trunk/ktutorial/ktutorial-library/src/editorsupport/EditorSupport.h 2012-08-10 11:19:33 UTC (rev 361) @@ -57,9 +57,7 @@ * The event spy filters all the events received by the main window and, * recursively, all its children objects. It is used in the remote KTutorial * editor to know, for example, that some widget got the focus, or that the - * mouse entered in some widget. Using the information provided by the EventSpy, - * the KTutorial editor can provide a way to the tutorial author to select - * widgets directly from a running application just with the mouse. + * mouse entered in some widget. * * The main object is registered at "/ktutorial" path, and provides the * "org.kde.ktutorial.EditorSupport" interface. The object register is This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |