mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
refs #900, filtered flag for containerOrFilteredContainer
more reliable than other approaches
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6999a97f73
commit
30ef3eedf9
@@ -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
|
||||
//! @{
|
||||
|
||||
Reference in New Issue
Block a user