Add Q_OBJECT macros and fix Cannot invoke tr
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
class ViewAllAddressesModel : public QAbstractTableModel {
|
||||
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ViewAllAddressesModel(QTableView* parent, QList<QString> taddrs, Controller* rpc);
|
||||
~ViewAllAddressesModel() = default;
|
||||
|
||||
Reference in New Issue
Block a user