mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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