mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
refs #757, materialize filtered data
* menu item / flag * functions in view class * some minor formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
c848d7ca61
commit
610dba2028
@@ -37,7 +37,6 @@ class QMimeData;
|
||||
class QModelIndex;
|
||||
|
||||
namespace BlackMisc { class CWorker; }
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Models
|
||||
@@ -205,6 +204,9 @@ namespace BlackGui
|
||||
//! Used container data
|
||||
const ContainerType &container() const;
|
||||
|
||||
//! Used container data
|
||||
const ContainerType &containerFiltered() const;
|
||||
|
||||
//! Full container or cached filtered container as approproiate
|
||||
const ContainerType &containerOrFilteredContainer() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user