From c4bae530926853e59d0d9a3bdced91330ba56dd3 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 8 Aug 2014 10:03:13 +0200 Subject: [Qt] move SubstituteFonts() above ToolTipToRichTextFilter - doesn't belong to the ToolTipToRichTextFilter class so move it up --- src/qt/guiutil.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/qt/guiutil.h') diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 83739a5f13..0ae5154d4b 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -102,14 +102,13 @@ namespace GUIUtil // Open debug.log void openDebugLogfile(); + // Replace invalid default fonts with known good ones + void SubstituteFonts(); + /** Qt event filter that intercepts ToolTipChange events, and replaces the tooltip with a rich text representation if needed. This assures that Qt can word-wrap long tooltip messages. Tooltips longer than the provided size threshold (in characters) are wrapped. */ - - // Replace invalid default fonts with known good ones - void SubstituteFonts(); - class ToolTipToRichTextFilter : public QObject { Q_OBJECT -- cgit v1.2.3