Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.0.0
-
None
-
fe9bb880ae5d251e2fa12e42bf4572c7d0c52c00
Description
struct Base { virtual void virt() {} }; struct Derived : Base { void virt() {} }; struct Foo { Base *base(); }; Foo *foo(); void client() { foo()->base()->virt(); }
Attachments
Issue Links
- relates to
-
QTCREATORBUG-11165 Virtual overrides not triggered for cast type
- Closed