mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
refs #316 Added CLogMessage for logging messages, and corresponding changes to CStatusMessage and CTextMessage.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
CStatusMessageList(const CSequence<CStatusMessage> &other);
|
||||
|
||||
//! Find by type
|
||||
CStatusMessageList findByType(CStatusMessage::StatusType type) const;
|
||||
CStatusMessageList findByCategory(const QString &category) const;
|
||||
|
||||
//! Find by severity
|
||||
CStatusMessageList findBySeverity(CStatusMessage::StatusSeverity severity) const;
|
||||
|
||||
Reference in New Issue
Block a user