diff options
| author | Jonas Schnelli <[email protected]> | 2015-06-20 20:27:28 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-09-16 16:50:19 +0200 |
| commit | 5f421329508d6e86c410282c7de39d7e80b0b289 (patch) | |
| tree | 2e54998588ade08a3325a5eba91dd1c28d53735c /src/ui_interface.h | |
| parent | [Qt] add banlist table below peers table (diff) | |
| download | discoin-5f421329508d6e86c410282c7de39d7e80b0b289.tar.xz discoin-5f421329508d6e86c410282c7de39d7e80b0b289.zip | |
[Qt] add ui signal for banlist changes
Diffstat (limited to 'src/ui_interface.h')
| -rw-r--r-- | src/ui_interface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index 32a92a4b8..e40247993 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -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; |