aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-08-31 23:08:07 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-11-05 11:21:50 +0000
commit5796671e1dd8a2d0b1e750c2dce19a10af624095 (patch)
tree48272a806dbdbb5cd0b2b09e32ac795fdd0e6040 /src/qt/guiutil.h
parent6b1d2972bf9a40f97ba3a5c95831fd179b1054cf (diff)
downloadbitcoin-5796671e1dd8a2d0b1e750c2dce19a10af624095.tar.xz
qt: Add GUIUtil::bringToFront
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 011827e134..f1d0aa48ef 100644
--- a/src/qt/guiutil.h
+++ b/src/qt/guiutil.h
@@ -115,6 +115,9 @@ namespace GUIUtil
// Determine whether a widget is hidden behind other windows
bool isObscured(QWidget *w);
+ // Activate, show and raise the widget
+ void bringToFront(QWidget* w);
+
// Open debug.log
void openDebugLogfile();