aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-09 22:07:00 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-05-11 11:10:34 +0200
commit4d3dda5d9f90d8aafb70c7e59beb27ec42d26790 (patch)
treeea403e070f23a3b82720fe827607c5b402a02d3d /src/qt/guiutil.h
parentb66737e6dfe993a17c60fdf06a301a7fe71fa298 (diff)
downloadbitcoin-4d3dda5d9f90d8aafb70c7e59beb27ec42d26790.tar.xz
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
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r--src/qt/guiutil.h3
1 files changed, 3 insertions, 0 deletions
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.