refs #345 Symmetric equality operators complete the original implementation of CValueObjectStdTuple.

This commit is contained in:
Mathew Sutcliffe
2014-10-28 19:52:46 +00:00
parent 1a5856e34c
commit 8f7c10f306
3 changed files with 17 additions and 23 deletions

View File

@@ -66,12 +66,6 @@ namespace BlackMisc
//! \sa QtMessageHandler
void toQtLogTriple(QtMsgType *o_type, QString *o_category, QString *o_message) const;
//! Equal operator ==
bool operator ==(const CStatusMessage &other) const;
//! Unequal operator !=
bool operator !=(const CStatusMessage &other) const;
//! Message category
const CLogCategoryList &getCategories() const { return this->m_categories; }