mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
resotred string filter system
This commit is contained in:
parent
b5b2c430c5
commit
59b1d44e5b
2 changed files with 7 additions and 15 deletions
|
@ -95,11 +95,10 @@ public:
|
|||
|
||||
void setCurrentBox(BoxName bn) ;
|
||||
void setQuickViewFilter(QuickViewFilter fn) ;
|
||||
void setFilter(int column, const QStringList& strings) ;
|
||||
|
||||
const RsMessageId& currentMessageId() const;
|
||||
|
||||
void setFilter(int column, const QStringList& strings) ;
|
||||
|
||||
int rowCount(const QModelIndex& parent = QModelIndex()) const override;
|
||||
int columnCount(const QModelIndex &parent = QModelIndex()) const override;
|
||||
bool hasChildren(const QModelIndex &parent = QModelIndex()) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue