cleanup
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
#ifndef BALANCESTABLEMODEL_H
|
||||
#define BALANCESTABLEMODEL_H
|
||||
|
||||
#include "unspentoutput.h"
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
struct UnspentOutput {
|
||||
QString address;
|
||||
QString txid;
|
||||
QString amount;
|
||||
int confirmations;
|
||||
bool spendable;
|
||||
};
|
||||
|
||||
class BalancesTableModel : public QAbstractTableModel
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user