Fix JSDoc

This commit is contained in:
David Rowe 2020-10-03 17:05:28 +13:00
parent cd7e1d0865
commit 081c0672bf

View file

@ -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 = "");