mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Utility functions to sort text messages by timestamp (ascending/descending)
* compare function for text message * resort function * text message edit can display HTML text messages with ascending/descending timestamp * made CTextMessageListModel -> CListModelTimestampObject
This commit is contained in:
@@ -32,7 +32,11 @@ namespace BlackGui
|
||||
|
||||
//! Set display mode
|
||||
void setTextMessageMode(BlackGui::Models::CTextMessageListModel::TextMessageMode mode);
|
||||
|
||||
//! Sorted by a timestamp property
|
||||
bool isSortedByTimestampProperty() const;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user