mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
Ref T117, utility functions
* detect equal models (equal in sense of "equal for publishing", not ==) * severity functions for message list
This commit is contained in:
committed by
Mathew Sutcliffe
parent
202c37beca
commit
9903d518b0
@@ -88,12 +88,18 @@ namespace BlackMisc
|
||||
//! And higher (more critical) severity will be clipped to given severity
|
||||
void clampSeverity(CStatusMessage::StatusSeverity severity);
|
||||
|
||||
//! Turn warnings into errors
|
||||
void warningToError();
|
||||
|
||||
//! Sort by severity, lowest first
|
||||
void sortBySeverity();
|
||||
|
||||
//! Remove warnings and below
|
||||
void removeWarningsAndBelow();
|
||||
|
||||
//! Remove given severity
|
||||
void removeSeverity(CStatusMessage::StatusSeverity severity);
|
||||
|
||||
//! Remove info and below
|
||||
void removeInfoAndBelow();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user