mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-14 13:36:02 +02:00
Update AccountServicesScriptingInterface.cpp
Changes according to ctrlaltdavid's comments.
This commit is contained in:
parent
4e9d162172
commit
2bcee4e454
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ DownloadInfoResult::DownloadInfoResult() :
|
|||
/**jsdoc
|
||||
* Information on the assets currently being downloaded and pending download.
|
||||
* @typedef {object} AccountServices.DownloadInfoResult
|
||||
* @property {number[]} downloading - The download percentage of each asset currently downloading.
|
||||
* @property {number[]} downloading - The download percentage remaining of each asset currently downloading.
|
||||
* @property {number} pending - The number of assets pending download.
|
||||
*/
|
||||
QScriptValue DownloadInfoResultToScriptValue(QScriptEngine* engine, const DownloadInfoResult& result) {
|
||||
|
|
Loading…
Reference in a new issue