Ref T111, allow to limit entries in log component

This commit is contained in:
Klaus Basan
2017-08-08 02:23:27 +02:00
committed by Mathew Sutcliffe
parent 4c8ae06eff
commit 266a418c90
6 changed files with 73 additions and 3 deletions

View File

@@ -43,6 +43,9 @@ namespace BlackGui
//! Add my own filter dialog
void addFilterDialog();
//! \copydoc BlackMisc::CStatusMessageList::keepLatest
void keepLatest(int desiredSize);
//! Filter dialog if any
BlackGui::Filters::CStatusMessageFilterDialog *getFilterDialog() const;
};