Hmm... so in this case I should attempt to use boost signals and slots rather than Qt signals and slots for my plugin interface? The only reason I wanted QObject was for signals and slots.
Alternatively, I suppose I could put the signals and slots into my plugin classes and use QMetaObject to parse all the available methods for signals and slots... but that seems a lot of effort. Any other way of doing something similar?
Bookmarks