Use Q_DECLARE_INTERFACE in myAbstractClass. Then you'll be able to use object_cast. And remember about Q_OBJECT in the subclass.
Use Q_DECLARE_INTERFACE in myAbstractClass. Then you'll be able to use object_cast. And remember about Q_OBJECT in the subclass.
Bookmarks