forked from Public/monero-gui
Adding sort-filter-proxy model
This commit is contained in:
6
src/model/TransactionHistorySortFilterModel.cpp
Normal file
6
src/model/TransactionHistorySortFilterModel.cpp
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#include "TransactionHistorySortFiltrerModel.h"
|
||||||
|
|
||||||
|
TransactionHistorySortFiltrerModel::TransactionHistorySortFiltrerModel()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
12
src/model/TransactionHistorySortFilterModel.h
Normal file
12
src/model/TransactionHistorySortFilterModel.h
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#ifndef TRANSACTIONHISTORYSORTFILTRERMODEL_H
|
||||||
|
#define TRANSACTIONHISTORYSORTFILTRERMODEL_H
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
|
|
||||||
|
class TransactionHistorySortFiltrerModel : public QSortFilterProxyModel
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
TransactionHistorySortFiltrerModel();
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif // TRANSACTIONHISTORYSORTFILTRERMODEL_H
|
||||||
Reference in New Issue
Block a user