aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiutil.h
diff options
context:
space:
mode:
authorJoão Barbosa <[email protected]>2018-08-31 23:08:07 +0100
committerJoão Barbosa <[email protected]>2018-11-05 11:21:50 +0000
commit5796671e1dd8a2d0b1e750c2dce19a10af624095 (patch)
tree48272a806dbdbb5cd0b2b09e32ac795fdd0e6040 /src/qt/guiutil.h
parentRemove obj_c for macOS Dock icon menu (diff)
downloaddiscoin-5796671e1dd8a2d0b1e750c2dce19a10af624095.tar.xz
discoin-5796671e1dd8a2d0b1e750c2dce19a10af624095.zip
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 011827e13..f1d0aa48e 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();