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/guiutil.h | |
parent | b931f61b9ab098ea4ea8fbe4cbf0b03c566c3f63 (diff) |
qt: Add LogQtInfo() function
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r-- | src/qt/guiutil.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 9db92f94d7..f42110f13f 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -265,6 +265,11 @@ namespace GUIUtil * In Qt 5.11 the QFontMetrics::horizontalAdvance() was introduced. */ int TextWidth(const QFontMetrics& fm, const QString& text); + + /** + * Writes to debug.log short info about the used Qt and the host system. + */ + void LogQtInfo(); } // namespace GUIUtil #endif // BITCOIN_QT_GUIUTIL_H |