refs #900, filtered flag for containerOrFilteredContainer

more reliable than other approaches
This commit is contained in:
Klaus Basan
2017-03-06 20:03:17 +01:00
committed by Mathew Sutcliffe
parent 6999a97f73
commit 30ef3eedf9
4 changed files with 7 additions and 5 deletions

View File

@@ -549,7 +549,7 @@ namespace BlackGui
const ContainerType &container() const;
//! \copydoc BlackGui::Models::CListModelBase::containerOrFilteredContainer
const ContainerType &containerOrFilteredContainer() const;
const ContainerType &containerOrFilteredContainer(bool *filtered = nullptr) const;
//! \name Selection model interface
//! @{