mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T529, column sorting for overlay messages
This commit is contained in:
committed by
Mat Sutcliffe
parent
c123c8bbca
commit
bb1bb35926
@@ -190,6 +190,11 @@ namespace BlackGui
|
||||
ui->tvp_StatusMessages->sortByPropertyIndex(propertyIndex, order);
|
||||
}
|
||||
|
||||
void COverlayMessages::setOverlayMessagesSorting(const CPropertyIndex &propertyIndex, Qt::SortOrder order)
|
||||
{
|
||||
ui->tvp_StatusMessages->setSorting(propertyIndex, order);
|
||||
}
|
||||
|
||||
void COverlayMessages::showOverlayMessage(const CStatusMessage &message, int timeOutMs)
|
||||
{
|
||||
if (message.isEmpty()) { return; }
|
||||
|
||||
Reference in New Issue
Block a user