diff checker/knownplugincandidates.h @ 40:40c6936c2fc9 errorcode

Return numerical error codes, so the caller can apply i18n on display; distinguish explicitly the common win32 architecture problems
author Chris Cannam
date Wed, 29 Aug 2018 17:40:22 +0100
parents 4154894d638c
children
line wrap: on
line diff
--- a/checker/knownplugincandidates.h	Tue Aug 28 14:33:41 2018 +0100
+++ b/checker/knownplugincandidates.h	Wed Aug 29 17:40:22 2018 +0100
@@ -76,6 +76,9 @@
         return m_helperExecutableName;
     }
 
+    std::vector<PluginCandidates::FailureRec> getFailures() const;
+
+    /** Return a non-localised HTML failure report */
     std::string getFailureReport() const;
     
 private: