Mercurial > hg > vamp-plugin-load-checker
diff checker/plugincandidates.h @ 55:81ce3ba92b16
Try to forward stderr from the checker to the log callback
author | Chris Cannam |
---|---|
date | Wed, 16 Jan 2019 14:25:28 +0000 |
parents | 40c6936c2fc9 |
children |
line wrap: on
line diff
--- a/checker/plugincandidates.h Fri Jan 11 15:54:15 2019 +0000 +++ b/checker/plugincandidates.h Wed Jan 16 14:25:28 2019 +0000 @@ -36,6 +36,8 @@ #include "checkcode.h" +class QProcess; + /** * Class to identify and list candidate shared-library files possibly * containing plugins. Uses a separate process (the "helper", whose @@ -111,6 +113,7 @@ std::string getHelperCompatibilityVersion(); stringlist runHelper(stringlist libraries, std::string descriptor); void recordResult(std::string tag, stringlist results); + void logErrors(QProcess *); void log(std::string); };