From a004673c54d4c015775e0baced21f3fa961bf754 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 29 Dec 2019 17:29:45 +0200 Subject: qt: Add LogQtInfo() function --- src/qt/guiutil.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/qt/guiutil.h') 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 -- cgit v1.2.3