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

@@ -63,6 +63,9 @@ namespace BlackGui
//! Enable/disable startup check
void onCheckAtStartupChanged(bool checked);
//! Only show ieth warnings/errors
void onOnlyErrorWarningChanged(bool checked);
//! Trigger new validation
void triggerValidation();