Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.1
-
69571427a (master)
Description
Qt user reported following:
"
Renaming a symbol with rename file works great:
- class name changed
- include guard changed
- references in the class files AND other files changed
- include files changed in OTHER files
EXCEPT
the include file in the class cpp file itself is NOT renamed.
"
Steps to reproduce:
Create a new template project.
Go to header file and hover over class "MainWindow" and select "Rename symbol under cursor".
In the rename replace with add new name and select "Rename 2 files".
Check the .cpp the includes have not been updated.
Attachments
Issue Links
- replaces
-
QTCREATORBUG-29287 header include not updated on refactor rename class
-
- Closed
-