extra comment to help explain the plugin system

This commit is contained in:
Mathew Sutcliffe
2013-07-06 15:12:24 +01:00
parent c4e0ca68b7
commit 6736209945

View File

@@ -25,6 +25,7 @@ private:
BlackMisc::IContext &m_context; BlackMisc::IContext &m_context;
}; };
// This needs to be in the header so that Qt's "moc" processor can see it.
class CPluginFactory : public QObject, public BlackMisc::IPluginFactory class CPluginFactory : public QObject, public BlackMisc::IPluginFactory
{ {
Q_OBJECT Q_OBJECT