aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2012-05-11 02:22:17 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2012-05-11 02:22:17 -0700
commit508471bbc0b43a8d5cabeae5c429f8416b9a1e99 (patch)
treeea403e070f23a3b82720fe827607c5b402a02d3d /src/qt/guiutil.h
parentb66737e6dfe993a17c60fdf06a301a7fe71fa298 (diff)
parent4d3dda5d9f90d8aafb70c7e59beb27ec42d26790 (diff)
downloadbitcoin-508471bbc0b43a8d5cabeae5c429f8416b9a1e99.tar.xz
Merge pull request #1247 from Diapolo/Win_open_debug_logfile
Windows: open debug.log file via Bitcoin-Qt
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.