mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
Ref T529, column sorting for overlay messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
c123c8bbca
commit
bb1bb35926
@@ -105,6 +105,9 @@ namespace BlackGui
|
||||
//! Sort of overlay messages
|
||||
void sortOverlayMessages(const BlackMisc::CPropertyIndex &propertyIndex, Qt::SortOrder order = Qt::AscendingOrder);
|
||||
|
||||
//! Set sorting of overlay messages
|
||||
void setOverlayMessagesSorting(const BlackMisc::CPropertyIndex &propertyIndex, Qt::SortOrder order = Qt::AscendingOrder);
|
||||
|
||||
//! Show single message
|
||||
void showOverlayMessage(const BlackMisc::CStatusMessage &message, int timeOutMs = -1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user