mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 07:43:35 +02:00
JSDoc oops
This commit is contained in:
parent
d4b0318fe6
commit
96a49a6833
1 changed files with 2 additions and 1 deletions
|
@ -849,8 +849,9 @@ signals:
|
|||
void minimizedChanged(bool isMinimized);
|
||||
|
||||
/*@jsdoc
|
||||
* Triggered when the dark theme preference is changed.
|
||||
* @function Window.darkThemePreferenceChanged
|
||||
* @returns {boolean}
|
||||
* @param {boolean} useDarkTheme
|
||||
*/
|
||||
void darkThemePreferenceChanged(bool useDarkTheme);
|
||||
|
||||
|
|
Loading…
Reference in a new issue