X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=taskfiltermodel.h;fp=taskfiltermodel.h;h=0000000000000000000000000000000000000000;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=6e023274f26e58af0c71eaa049cdcbece077f4b5;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/taskfiltermodel.h b/taskfiltermodel.h deleted file mode 100644 index 6e02327..0000000 --- a/taskfiltermodel.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef TASKFILTERMODEL_H -#define TASKFILTERMODEL_H - -#include - -class TaskFilterModel:public QSortFilterProxyModel -{ -public: - void setFilter (bool b); - void setFilterNew (bool b); - void setMapFilter (const QString &s); - void setFilterFlags (bool b); -protected: - bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const; -private: - bool useFilter; - QString mapFilter; - bool filterNew; - bool filterFlags; -}; - -#endif