Ref T529, added order for CStatusMessage

This commit is contained in:
Klaus Basan
2019-02-04 17:26:02 +01:00
committed by Mat Sutcliffe
parent aa47d7bb03
commit 3ba88c7c2f
3 changed files with 16 additions and 4 deletions

View File

@@ -53,6 +53,9 @@ namespace BlackMisc
//! Constructor
IOrderable(int order);
//! Constructor
IOrderable(const IOrderable &orderable) : IOrderable(orderable.m_order) {}
//! \copydoc BlackMisc::Mixin::Index::propertyByIndex
CVariant propertyByIndex(const CPropertyIndex &index) const;