Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 2.1.0-rc1
-
Windows Vista x64
Description
- Open tests\manual\cplusplus-tools\cplusplus-tools.pro from Creator's repository, master branch
- Go to definition of class GrandChildDummy in dummy.h. Right click, Open Type Hierarchy.
GrandChildDummy and its parent class Dummy are show in Type Hierarchy. - Change line to:
class GrandChildDummy : public ChildDummy {};
Type Hierarchy does not update until "Open Type Hierarchy" is selected again.