mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
OverlayWebWindow JSDoc fixes
This commit is contained in:
parent
f571e90ef5
commit
145d73aa76
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
* @param {OverlayWindow.Properties} [properties=null]
|
||||
*
|
||||
* @hifi-interface
|
||||
* @hifi-client-en
|
||||
* @hifi-client-entity
|
||||
*
|
||||
* @property {string} url - <em>Read-only.</em>
|
||||
*/
|
||||
|
@ -44,14 +44,14 @@ public slots:
|
|||
void setURL(const QString& url);
|
||||
|
||||
/**jsdoc
|
||||
* @function OverlayWebWindow.getURL
|
||||
* @function OverlayWebWindow.setScriptURL
|
||||
* @param {string} script
|
||||
*/
|
||||
void setScriptURL(const QString& script);
|
||||
|
||||
signals:
|
||||
/**jsdoc
|
||||
* @function OverlayWebWindow.getURL
|
||||
* @function OverlayWebWindow.urlChanged
|
||||
* @returns {Signal}
|
||||
*/
|
||||
void urlChanged();
|
||||
|
|
Loading…
Reference in a new issue