Show unconfirmed balance on overview page

This commit is contained in:
Wladimir J. van der Laan
2011-07-11 20:42:10 +02:00
parent eee0d2391c
commit df5ccbd2b2
10 changed files with 72 additions and 28 deletions

View File

@@ -79,10 +79,8 @@ private:
void createTrayIcon();
public slots:
void setBalance(qint64 balance);
void setNumConnections(int count);
void setNumBlocks(int count);
void setNumTransactions(int count);
void error(const QString &title, const QString &message);
/* It is currently not possible to pass a return value to another thread through
BlockingQueuedConnection, so use an indirected pointer.