refs #247 Style.

This commit is contained in:
Mathew Sutcliffe
2014-11-15 21:19:19 +00:00
parent 0179240619
commit 16e285cecd
17 changed files with 46 additions and 94 deletions

View File

@@ -111,10 +111,10 @@ namespace BlackMisc
//! \copydoc CValueObject::toIcon()
virtual CIcon toIcon() const override { return this->m_user.toIcon(); }
//! \copydoc CValueObject::propertyByIndex(int)
//! \copydoc CValueObject::propertyByIndex
virtual QVariant propertyByIndex(const BlackMisc::CPropertyIndex &index) const override;
//! \copydoc CValueObject::setPropertyByIndex(const QVariant, int)
//! \copydoc CValueObject::setPropertyByIndex
virtual void setPropertyByIndex(const QVariant &variant, const BlackMisc::CPropertyIndex &index) override;
protected: