diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-12-29 17:29:45 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-01-05 23:40:01 +0200 |
commit | a004673c54d4c015775e0baced21f3fa961bf754 (patch) | |
tree | 570e860f83d5cb0983866f081fc210ed4db56ad9 /src/qt/bitcoin.cpp | |
parent | b931f61b9ab098ea4ea8fbe4cbf0b03c566c3f63 (diff) |
qt: Add LogQtInfo() function
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r-- | src/qt/bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 0021c3dbc7..7a838d0848 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -556,6 +556,7 @@ int GuiMain(int argc, char* argv[]) qInstallMessageHandler(DebugMessageHandler); // Allow parameter interaction before we create the options model app.parameterSetup(); + GUIUtil::LogQtInfo(); // Load GUI settings from QSettings app.createOptionsModel(gArgs.GetBoolArg("-resetguisettings", false)); |