Quote Originally Posted by fullmetalcoder View Post
Alternatively you may consider removing the id thingy (and using another structure like a QHash to still keep that for your app to use) from the pkApplication as the plugins probably don't need to know anything about it.
Ok, for this time I can remove "Id" stuff...but if I need to share some concrete methods (which the pkServer instance needs to know too) with all applications derived from pkApplication interface? How can I do that?

Oh, by the way, thanks for your help!