Skip to content

Commit a9ecb59

Browse files
committed
qml: Add ActivityListModel property to WalletQmlController
1 parent d825126 commit a9ecb59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/models/walletqmlmodel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class WalletQmlModel : public QObject
2020
Q_OBJECT
2121
Q_PROPERTY(QString name READ name NOTIFY nameChanged)
2222
Q_PROPERTY(QString balance READ balance NOTIFY balanceChanged)
23+
Q_PROPERTY(ActivityListModel* activityListModel READ activityListModel CONSTANT)
2324

2425
public:
2526
WalletQmlModel(std::unique_ptr<interfaces::Wallet> wallet, QObject *parent = nullptr);

0 commit comments

Comments
 (0)