mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Ref T529, allow to sort overlay messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
2d30c1cce8
commit
af12a6ca72
@@ -189,6 +189,11 @@ namespace BlackGui
|
||||
this->display(timeOutMs);
|
||||
}
|
||||
|
||||
void COverlayMessages::sortOverlayMessages(const CPropertyIndex &propertyIndex, Qt::SortOrder order)
|
||||
{
|
||||
ui->tvp_StatusMessages->sortByPropertyIndex(propertyIndex, order);
|
||||
}
|
||||
|
||||
void COverlayMessages::showOverlayMessage(const CStatusMessage &message, int timeOutMs)
|
||||
{
|
||||
if (message.isEmpty()) { return; }
|
||||
|
||||
Reference in New Issue
Block a user