diff options
author | Andrew Chow <achow101-github@achow101.com> | 2019-05-24 17:14:16 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2019-09-05 20:36:57 -0400 |
commit | 9b41cbb28f603f4f71f5854d6ae2527932bba3cb (patch) | |
tree | 2b88b292c10566b75c0df9128ffc8ad913e2635e /src/qt/guiconstants.h | |
parent | 78863e290006e61060622dbdbecc5b58c0fefa05 (diff) |
Expose wallet creation to the GUI via WalletController
Co-authored-by: João Barbosa <joao.paulo.barbosa@gmail.com>
Diffstat (limited to 'src/qt/guiconstants.h')
-rw-r--r-- | src/qt/guiconstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index d8f5594983..dcdb247977 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -5,6 +5,8 @@ #ifndef BITCOIN_QT_GUICONSTANTS_H #define BITCOIN_QT_GUICONSTANTS_H +#include <cstdint> + /* Milliseconds between model updates */ static const int MODEL_UPDATE_DELAY = 250; |