Balance on UI updated by the signal

This commit is contained in:
Ilya Kitaev
2016-06-17 16:35:07 +03:00
parent eaf59243b2
commit 8ac86a8042
3 changed files with 20 additions and 1 deletions

View File

@@ -85,6 +85,9 @@ public:
TransactionHistory * history();
// TODO: setListenter() when it implemented in API
signals:
void updated();
private:
Wallet(Bitmonero::Wallet *w, QObject * parent = 0);