Exchanges widget

This commit is contained in:
felixrojauro
2015-11-27 15:43:53 +01:00
parent 18f49ef4e5
commit 59d16a1d12
18 changed files with 1024 additions and 738 deletions

View File

@@ -5,6 +5,7 @@
class WalletModel;
class ClientModel;
class GUIExchangesWidget;
namespace Ui {
class InfoPage;
@@ -32,6 +33,9 @@ private:
Ui::InfoPage *ui;
WalletModel *walletModel;
ClientModel *clientModel;
GUIExchangesWidget* exchangesWidget;
void createExchangesWidget();
double GetNetworkHashRate(int lookup, int height);
};