Re: [Interest] QPlugin and RTTI

2014-06-22 Thread Alan Ezust
If all of the classes are QObjects, then qobject_cast() should be used instead of dynamic_cast, which is not guaranteed to work across library boundaries. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] QPlugin and RTTI

2014-06-22 Thread Thiago Macieira
Em dom 22 jun 2014, às 14:56:43, Alan Ezust escreveu: If all of the classes are QObjects, then qobject_cast() should be used instead of dynamic_cast, which is not guaranteed to work across library boundaries. It has the same requirements as QObject: there needs to be something anchoring the