PDA

View Full Version : Is it mandatory for a plugin class to inherit an interface?



blue_sky
22nd November 2013, 09:37
I think the plugin class inherits a interface,Because its easy for handling where plugin is loaded(through interface pointer ).But is it mandatory for a plugin to inherit interface?

anda_skoa
22nd November 2013, 17:18
No, I don't think so. I think they have to be QObject derived though.

Cheers,
_