mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-10 22:49:47 -08:00
Version 1.1.0.0 update
This commit is contained in:
@@ -14,6 +14,7 @@ class WalletModel;
|
||||
class TransactionTableModel : public QAbstractTableModel
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit TransactionTableModel(CWallet* wallet, WalletModel *parent = 0);
|
||||
~TransactionTableModel();
|
||||
@@ -55,6 +56,7 @@ public:
|
||||
QVariant data(const QModelIndex &index, int role) const;
|
||||
QVariant headerData(int section, Qt::Orientation orientation, int role) const;
|
||||
QModelIndex index(int row, int column, const QModelIndex & parent = QModelIndex()) const;
|
||||
|
||||
private:
|
||||
CWallet* wallet;
|
||||
WalletModel *walletModel;
|
||||
@@ -81,5 +83,4 @@ public slots:
|
||||
friend class TransactionTablePriv;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif // TRANSACTIONTABLEMODEL_H
|
||||
|
||||
Reference in New Issue
Block a user