mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:38:34 +02:00
Fix Wallet JSDoc stubs
This commit is contained in:
parent
c97d7c9d73
commit
d0596f8205
1 changed files with 2 additions and 2 deletions
|
@ -83,14 +83,14 @@ signals:
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function Wallet.ownershipVerificationSuccess
|
* @function Wallet.ownershipVerificationSuccess
|
||||||
* @property {Uuid} entityID
|
* @param {Uuid} entityID
|
||||||
* @returns {Signal}
|
* @returns {Signal}
|
||||||
*/
|
*/
|
||||||
void ownershipVerificationSuccess(const QUuid& entityID);
|
void ownershipVerificationSuccess(const QUuid& entityID);
|
||||||
|
|
||||||
/**jsdoc
|
/**jsdoc
|
||||||
* @function Wallet.ownershipVerificationFailed
|
* @function Wallet.ownershipVerificationFailed
|
||||||
* @property {Uuid} entityID
|
* @param {Uuid} entityID
|
||||||
* @returns {Signal}
|
* @returns {Signal}
|
||||||
*/
|
*/
|
||||||
void ownershipVerificationFailed(const QUuid& entityID);
|
void ownershipVerificationFailed(const QUuid& entityID);
|
||||||
|
|
Loading…
Reference in a new issue