Mercurial > hg > svcore
diff plugin/PiperVampPluginFactory.h @ 1264:a99641535e02 3.0-integration
Debug output improvements, and make the checker actually attempt to call the descriptor function for known plugin types
author | Chris Cannam |
---|---|
date | Wed, 16 Nov 2016 16:12:42 +0000 |
parents | d45a16c232bd |
children | da5f4d37988d 91bb68146dfc |
line wrap: on
line diff
--- a/plugin/PiperVampPluginFactory.h Tue Nov 15 16:54:02 2016 +0000 +++ b/plugin/PiperVampPluginFactory.h Wed Nov 16 16:12:42 2016 +0000 @@ -35,8 +35,7 @@ { public: PiperVampPluginFactory(); - - virtual ~PiperVampPluginFactory() { } + virtual ~PiperVampPluginFactory(); virtual std::vector<QString> getPluginIdentifiers(QString &errorMessage) override; @@ -59,6 +58,9 @@ void populate(QString &errorMessage); void populateFrom(const HelperExecPath::HelperExec &, QString &errorMessage); + + class Logger; + Logger *m_logger; }; #endif