Issue #77 Remove unused methods

This commit is contained in:
Mat Sutcliffe
2020-10-29 22:43:00 +00:00
parent 4cc1c7e0a9
commit c2ac37f552
8 changed files with 2 additions and 50 deletions

View File

@@ -250,9 +250,6 @@ namespace BlackMisc
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
CVariant propertyByIndex(const BlackMisc::CPropertyIndex &index) const;
//! \copydoc BlackMisc::Mixin::Index::propertyByIndexAsString
QString propertyByIndexAsString(const CPropertyIndex &index, bool i18n = false) const;
//! \copydoc CValueObject::equalsPropertyByIndex
bool equalsPropertyByIndex(const CVariant &compareValue, const CPropertyIndex &index) const;