mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Ref T529, added order for CStatusMessage
This commit is contained in:
committed by
Mat Sutcliffe
parent
aa47d7bb03
commit
3ba88c7c2f
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user