From d52a0f3bca2c8df8360308b062185d803e34f0d9 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 7 Jul 2011 10:59:00 +0200 Subject: Rename "History" tab to more logical "Transactions", move "Number of transactions" from status bar to overview page --- src/qt/overviewpage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/qt/overviewpage.h') diff --git a/src/qt/overviewpage.h b/src/qt/overviewpage.h index 85b927b83f..fbd6853b37 100644 --- a/src/qt/overviewpage.h +++ b/src/qt/overviewpage.h @@ -17,6 +17,7 @@ public: public slots: void setBalance(qint64 balance); + void setNumTransactions(int count); private: Ui::OverviewPage *ui; -- cgit v1.2.3