Merge branch 'patch' of ssh://github.com/svost/novacoin into svost-patch
[novacoin.git] / src / qt / mintingfilterproxy.cpp
1 #include "mintingfilterproxy.h"
2
3 MintingFilterProxy::MintingFilterProxy(QObject * parent) :
4     QSortFilterProxyModel(parent)
5 {
6
7 }