mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T529, check for timestamp/orderable index
This commit is contained in:
committed by
Mat Sutcliffe
parent
b2ec28e3cd
commit
4d0f8b9fa0
@@ -133,6 +133,9 @@ namespace BlackMisc
|
||||
//! Valid timestamp?
|
||||
bool hasValidTimestamp() const;
|
||||
|
||||
//! Any of the timestamp indexes
|
||||
static bool isAnyTimestampIndex(int index);
|
||||
|
||||
protected:
|
||||
//! Can given index be handled
|
||||
static bool canHandleIndex(const CPropertyIndex &index);
|
||||
|
||||
Reference in New Issue
Block a user