Ref T529, model/views get sort order values

This commit is contained in:
Klaus Basan
2019-02-05 15:26:27 +01:00
committed by Mat Sutcliffe
parent f55db48cef
commit b2ec28e3cd
5 changed files with 35 additions and 2 deletions

View File

@@ -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