This commit is contained in:
Andre Jochems
2015-12-11 23:16:37 +01:00
parent d325409101
commit df82a9e0c7
9 changed files with 57 additions and 19 deletions

View File

@@ -22,6 +22,8 @@ public slots:
void setNumBlocks(int count, int countOfPeers);
/** Set number of transactions shown in the UI */
void setNumTransactions(int count);
/** Set Fiat coin value */
void setCoinFiatValue(const QString coinValue);
public:
explicit InfoPage(QWidget *parent = 0);