On Wednesday, 17. May 2006 19:05, Oswald Buddenhagen wrote: > > Just curious, what is the difference between dynamic_cast and qt_cast? > it's way faster and does not need rtti. and it's the qt way of doing > things. :) qt_cast is way slower than dynamic_cast on recent gcc's. Dirk