PosTab
[novacoin.git] / src / qt / mintingfilterproxy.h
1 #ifndef MINTINGFILTERPROXY_H
2 #define MINTINGFILTERPROXY_H
3
4 #include <QSortFilterProxyModel>
5
6 class MintingFilterProxy : public QSortFilterProxyModel
7 {
8     Q_OBJECT
9 public:
10     explicit MintingFilterProxy(QObject *parent = 0);
11 };
12
13 #endif // MINTINGFILTERPROXY_H