Also allow to set "only in error/warning" case from validation dialog

This commit is contained in:
Klaus Basan
2019-05-08 02:49:55 +02:00
parent 336b87ce86
commit efe54443cc
6 changed files with 55 additions and 21 deletions

View File

@@ -128,6 +128,9 @@ namespace BlackMisc
//! Set startup verification
void setVerificationAtStartup(bool verify);
//! Set the "show only errors" mode
void setOnlyShowVerificationWarningsAndErrors(bool only);
//! Matching mode as string
QString getMatchingModeAsString() const { return modeToString(this->getMatchingMode()); }