Add Q_OBJECT macros and fix Cannot invoke tr

This commit is contained in:
onryo
2023-02-24 14:47:22 +01:00
parent 5a389cf1cf
commit 613df81407
7 changed files with 30 additions and 10 deletions

View File

@@ -8,6 +8,8 @@
class ViewAllAddressesModel : public QAbstractTableModel {
Q_OBJECT
public:
ViewAllAddressesModel(QTableView* parent, QList<QString> taddrs, Controller* rpc);
~ViewAllAddressesModel() = default;