diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-01-21 16:58:20 +0000 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2019-02-04 12:23:40 +0000 |
commit | 8847cdaaaeb45c1ddee89f43ac4b8fafb20e5c0d (patch) | |
tree | 321d97f44c2168eef5725b5e2528de375d96dbaf /src/qt/bitcoin.cpp | |
parent | 4c8982a88e3d9fae4f8fc147a2d9f9650a493da7 (diff) |
gui: Add OpenWalletActivity
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 85d79ee26c..d6c6fd6e98 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -456,7 +456,7 @@ int GuiMain(int argc, char* argv[]) // IMPORTANT if it is no longer a typedef use the normal variant above qRegisterMetaType< CAmount >("CAmount"); qRegisterMetaType< std::function<void()> >("std::function<void()>"); - + qRegisterMetaType<QMessageBox::Icon>("QMessageBox::Icon"); /// 2. Parse command-line options. We do this after qt in order to show an error if there are problems parsing these // Command-line options take precedence: node->setupServerArgs(); |