Ref T529, log component allows to set sort order or no order

This commit is contained in:
Klaus Basan
2019-02-04 16:53:34 +01:00
committed by Mat Sutcliffe
parent 3aee73840d
commit e1fccf17d8
2 changed files with 16 additions and 0 deletions

View File

@@ -80,6 +80,12 @@ namespace BlackGui
//! \copydoc BlackGui::Components::CStatusMessagesDetail::setMaxLogMessages
void setMaxLogMessages(int max);
//! \copydoc BlackGui::Components::CStatusMessagesDetail::setNoSorting
void setNoSorting();
//! \copydoc BlackGui::Components::CStatusMessagesDetail::setSorting
void setSorting(const BlackMisc::CPropertyIndex &propertyIndex, Qt::SortOrder order);
//! Clear
void clear();