mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 13:47:25 -04:00
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