mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +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]
|
* @param {OverlayWindow.Properties} [properties=null]
|
||||||
*
|
*
|
||||||
* @hifi-interface
|
* @hifi-interface
|
||||||
* @hifi-client-en
|
* @hifi-client-entity
|
||||||
*
|
*
|
||||||
* @property {string} url - <em>Read-only.</em>
|
* @property {string} url - <em>Read-only.</em>
|
||||||
*/
|
*/
|
||||||
|
@ -44,14 +44,14 @@ public slots:
|
||||||
void setURL(const QString& url);
|
void setURL(const QString& url);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function OverlayWebWindow.getURL
|
* @function OverlayWebWindow.setScriptURL
|
||||||
* @param {string} script
|
* @param {string} script
|
||||||
*/
|
*/
|
||||||
void setScriptURL(const QString& script);
|
void setScriptURL(const QString& script);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function OverlayWebWindow.getURL
|
* @function OverlayWebWindow.urlChanged
|
||||||
* @returns {Signal}
|
* @returns {Signal}
|
||||||
*/
|
*/
|
||||||
void urlChanged();
|
void urlChanged();
|
||||||
|
|
Loading…
Reference in a new issue