Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 12.0.0
-
None
Description
Reproduce:
- Start with a Console Project (Wizard with qmake)
- add a new class ClassB
- add a class ClassD derived from ClassB
- remove the file classd.cpp with "remove" in project tree panel, permanently delete.
- accept that the classd.h file is also removed.
- Refactor ClassB name with "Rename Symbol under Cursor".
- Give ClassB a new Name: ClassB2
The rename dialog offers file classd.h:
At least it is not selected by default.
The classd.h file seems to be still open, even though it was removed and is not part of the project anymore, and it is not existing in the file system anymore.
Maybe it should be removed from the open documents to solve this hickup?
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-29985 Add new class wizard remembers removed classes as base classes
-
- Closed
-