This commit is contained in:
Fabio Bas 2016-04-03 18:33:10 +02:00
parent f217551f5f
commit 2a3701b036
4 changed files with 10 additions and 4 deletions

View file

@ -72,6 +72,7 @@ class TokenDisplayModel : public CardDatabaseDisplayModel {
Q_OBJECT
public:
TokenDisplayModel(QObject *parent = 0);
int rowCount(const QModelIndex &parent = QModelIndex()) const;
protected:
bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
};