https://bugs.kde.org/show_bug.cgi?id=386134
Sergio Martins <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #1 from Sergio Martins <[email protected]> --- QGraphicsItem *item = ...; if you do qgraphicsitem_cast<Foo>(item); I can warn if Foo::type() is missing, indeed. But what's this about "middle" ? If Foo derives from Bar, and Bar::type() is also implemented, isn't this OK ? Sorry, I've never used qgraphicsitem_cast -- You are receiving this mail because: You are watching all bug changes.
