mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Ref T529, model/views get sort order values
This commit is contained in:
committed by
Mat Sutcliffe
parent
f55db48cef
commit
b2ec28e3cd
@@ -43,6 +43,11 @@ namespace BlackGui
|
||||
this->derivedModel()->adjustOrderColumn(messages);
|
||||
}
|
||||
|
||||
bool CStatusMessageView::isSortedByTimestampOrOrder() const
|
||||
{
|
||||
return this->derivedModel()->isSortedByTimestampOrOrder();
|
||||
}
|
||||
|
||||
void CStatusMessageView::addFilterDialog()
|
||||
{
|
||||
if (this->getFilterDialog()) { return; } // already existing
|
||||
|
||||
Reference in New Issue
Block a user