[Qt] add ui signal for banlist changes

This commit is contained in:
Jonas Schnelli
2015-06-20 20:27:28 +02:00
parent ad204df1a9
commit 5f42132950
3 changed files with 16 additions and 0 deletions

View File

@@ -95,6 +95,9 @@ public:
/** New block has been accepted */
boost::signals2::signal<void (const uint256& hash)> NotifyBlockTip;
/** Banlist did change. */
boost::signals2::signal<void (void)> BannedListChanged;
};
extern CClientUIInterface uiInterface;