mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:49:12 +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
|
/**jsdoc
|
||||||
* Opens an Interface web browser window.
|
* Opens an Interface web browser window.
|
||||||
* @function Window.openWebBrowser
|
* @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 = "");
|
void openWebBrowser(const QString& url = "");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue