qt: Hide non PKHash-Addresses in signing address book

This commit is contained in:
Emil Engler
2020-01-13 19:50:44 +01:00
parent 2ed74a43a0
commit c4ea501e96
6 changed files with 16 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ class AddressTableModel : public QAbstractTableModel
Q_OBJECT
public:
explicit AddressTableModel(WalletModel *parent = nullptr);
explicit AddressTableModel(WalletModel *parent = nullptr, bool pk_hash_only = false);
~AddressTableModel();
enum ColumnIndex {