resotred string filter system

This commit is contained in:
csoler 2019-03-12 14:27:06 +01:00
parent b5b2c430c5
commit 59b1d44e5b
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
2 changed files with 7 additions and 15 deletions

View file

@ -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;