From 6736209945e0d50b39f13362d54d21ab5d895372 Mon Sep 17 00:00:00 2001 From: Mathew Sutcliffe Date: Sat, 6 Jul 2013 15:12:24 +0100 Subject: [PATCH] extra comment to help explain the plugin system --- samples/plugin/plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/plugin/plugin.h b/samples/plugin/plugin.h index 9383f864d..e902e1b80 100644 --- a/samples/plugin/plugin.h +++ b/samples/plugin/plugin.h @@ -25,6 +25,7 @@ private: 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 { Q_OBJECT