From 4d3dda5d9f90d8aafb70c7e59beb27ec42d26790 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Wed, 9 May 2012 22:07:00 +0200 Subject: add code to open (display) debug.log on Windows with the associated application and add a button to the Information page in the Debug console --- src/qt/guiutil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qt/guiutil.h') diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 8e9aae1cb0..92d0f9ee43 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -70,6 +70,9 @@ namespace GUIUtil // Determine whether a widget is hidden behind other windows bool isObscured(QWidget *w); + // Open debug.log + void openDebugLogfile(); + /** 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. -- cgit v1.2.3