mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #450 Corrected emission of log messages from value cache validation.
This commit is contained in:
@@ -105,6 +105,9 @@ namespace BlackMisc
|
||||
return std::all_of(classCategories.begin(), classCategories.end(), [this](const CLogCategory & cat) { return m_categories.contains(cat); });
|
||||
}
|
||||
|
||||
//! Mark the message as potentially already handled
|
||||
void markAsRedundant() { this->m_redundant = true; }
|
||||
|
||||
//! Mark the message as having been handled by the given object
|
||||
void markAsHandledBy(const QObject *object) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user