diff options
| author | Philip Kaufmann <[email protected]> | 2012-05-09 22:07:00 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-05-11 11:10:34 +0200 |
| commit | 4d3dda5d9f90d8aafb70c7e59beb27ec42d26790 (patch) | |
| tree | ea403e070f23a3b82720fe827607c5b402a02d3d /src/qt/guiutil.h | |
| parent | Merge pull request #1204 from Diapolo/messagepage_focus_placeholder (diff) | |
| download | discoin-4d3dda5d9f90d8aafb70c7e59beb27ec42d26790.tar.xz discoin-4d3dda5d9f90d8aafb70c7e59beb27ec42d26790.zip | |
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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 8e9aae1cb..92d0f9ee4 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. |