Update alert notification and GUI

This commit is contained in:
BtcDrak
2016-03-06 10:07:25 +00:00
committed by lateminer
parent 8fb8ada384
commit 694c451c7e
4 changed files with 33 additions and 28 deletions

View File

@@ -102,7 +102,7 @@ Q_SIGNALS:
public Q_SLOTS:
void updateTimer();
void updateNumConnections(int numConnections);
void updateAlert(const QString &hash, int status);
void updateAlert();
void updateBanlist();
};