From af7e365b1516d660d271475fdfe0c20ae09e66a8 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 27 Mar 2021 18:52:22 +0200 Subject: qt: Make PACKAGE_BUGREPORT link clickable Co-authored-by: Russell Yanofsky --- 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 6395ec6abd..6ab0a71a96 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -327,6 +327,11 @@ namespace GUIUtil QObject::connect(&source, &QObject::destroyed, object, std::forward(function), connection); } + /** + * Replaces a plain text link with an HTML tagged one. + */ + QString MakeHtmlLink(const QString& source, const QString& link); + } // namespace GUIUtil #endif // BITCOIN_QT_GUIUTIL_H -- cgit v1.2.3