CppEditor: Add refactoring operation to move definition of a function
With this new operation it is possible to move a function definition
from a cpp file to the header file or vice versa. One can also move a
function definition outside the class body.
Task-number: QTCREATORBUG-516
Task-number: QTCREATORBUG-5364
Change-Id: Id3daefe79284bd9086282369c9d251e003951c11
Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
Showing
- doc/src/editors/creator-editors.qdoc 27 additions, 0 deletionsdoc/src/editors/creator-editors.qdoc
- src/plugins/cppeditor/cppplugin.h 16 additions, 0 deletionssrc/plugins/cppeditor/cppplugin.h
- src/plugins/cppeditor/cppquickfix_test.cpp 485 additions, 0 deletionssrc/plugins/cppeditor/cppquickfix_test.cpp
- src/plugins/cppeditor/cppquickfixes.cpp 390 additions, 0 deletionssrc/plugins/cppeditor/cppquickfixes.cpp
- src/plugins/cppeditor/cppquickfixes.h 19 additions, 0 deletionssrc/plugins/cppeditor/cppquickfixes.h
Loading
Please register or sign in to comment