From a1ebdb9daff047a3cf401f0dc360a32232b582c5 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 11 Oct 2011 11:27:36 +0200 Subject: [PATCH] Doc: new and updated refactoring actions Change-Id: Iffa160a7482f8528f04a94082fcf8e9cda7f86ab Reviewed-on: http://codereview.qt-project.org/6422 Sanity-Review: Qt Sanity Bot Reviewed-by: Christian Kamm --- doc/src/editors/creator-editors.qdoc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/src/editors/creator-editors.qdoc b/doc/src/editors/creator-editors.qdoc index 0aa94ce56e1..cfd8946bcf8 100644 --- a/doc/src/editors/creator-editors.qdoc +++ b/doc/src/editors/creator-editors.qdoc @@ -1498,7 +1498,10 @@ \row \i Add Definition in 'filename' \i Inserts a definition stub for a member function declaration in the - implementation file + implementation file. The definition is placed after that of the + preceding declaration. Qualified names are minimized when possible, + instead of always being fully expanded. + \i Method name \row \i Add 'Function' Declaration @@ -1547,6 +1550,15 @@ \o data member with the name \c {m_} \endlist \i Q_PROPERTY + \row + \i Apply Changes + \i Keeps function declarations and definitions synchronized by + checking for the matching declaration or definition when you + edit a function signature and by applying the changes to the + matching code. + \i Function signature. When this action is available, a light bulb + icon appears: + \inlineimage qml-toolbar-indicator.png \endtable \section2 Refactoring QML Code