mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Also allow to set "only in error/warning" case from validation dialog
This commit is contained in:
@@ -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()); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user