Merge pull request #4783

fbe0fca [Qt] minor watch-only changes (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan
2014-09-04 16:43:22 +02:00
4 changed files with 13 additions and 7 deletions

View File

@@ -256,7 +256,7 @@ public slots:
void updateTransaction(const QString &hash, int status);
/* New, updated or removed address book entry */
void updateAddressBook(const QString &address, const QString &label, bool isMine, const QString &purpose, int status);
/* Watchonly added */
/* Watch-only added */
void updateWatchOnlyFlag(bool fHaveWatchonly);
/* Current, immature or unconfirmed balance might have changed - emit 'balanceChanged' if so */
void pollBalanceChanged();