mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 16:42:27 +02:00
Fix JSDoc
This commit is contained in:
parent
cd7e1d0865
commit
081c0672bf
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ public slots:
|
|||
/**jsdoc
|
||||
* Opens an Interface web browser window.
|
||||
* @function Window.openWebBrowser
|
||||
* @param {string} url="" - The URL of the web page to display.
|
||||
* @param {string} [url=""] - The URL of the web page to display.
|
||||
*/
|
||||
void openWebBrowser(const QString& url = "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue