From 025d2807f47a2b1a5d2006513a11e67330bc46fb Mon Sep 17 00:00:00 2001 From: David Rowe Date: Wed, 14 Mar 2018 12:59:27 +1300 Subject: [PATCH] Fix Window.setFocus() JSDoc --- interface/src/scripting/WindowScriptingInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/src/scripting/WindowScriptingInterface.h b/interface/src/scripting/WindowScriptingInterface.h index 5a30f44856..dfe117b239 100644 --- a/interface/src/scripting/WindowScriptingInterface.h +++ b/interface/src/scripting/WindowScriptingInterface.h @@ -62,7 +62,8 @@ public slots: QScriptValue hasFocus(); /**jsdoc - * Make the Interface window have focus. + * Make the Interface window have focus. On Windows, if Interface doesn't already have focus, the task bar icon flashes to + * indicate that Interface wants attention but focus isn't taken away from the application that the user is using. * @function Window.setFocus */ void setFocus();