Fix Window.setFocus() JSDoc

This commit is contained in:
David Rowe 2018-03-14 12:59:27 +13:00
parent c8b4217a96
commit 025d2807f4

View file

@ -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();