mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
* follow up of debug session, added failure/success to status message * return status messages instead of directly logging in functions returning CStatusMessage. * Ignore empty preformatted messages. * new log category
This commit is contained in:
committed by
Mathew Sutcliffe
parent
f490504f52
commit
144ba62572
@@ -105,7 +105,7 @@ namespace BlackMisc
|
||||
CVariantMap m_batchedValues;
|
||||
|
||||
CValuePage(QObject *parent, CValueCache *cache);
|
||||
CStatusMessage validate(const Element &element, const CVariant &value) const;
|
||||
CStatusMessage validate(const Element &element, const CVariant &value, CStatusMessage::StatusSeverity invalidSeverity) const;
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user