mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +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
|
/**jsdoc
|
||||||
* Information on the assets currently being downloaded and pending download.
|
* Information on the assets currently being downloaded and pending download.
|
||||||
* @typedef {object} AccountServices.DownloadInfoResult
|
* @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.
|
* @property {number} pending - The number of assets pending download.
|
||||||
*/
|
*/
|
||||||
QScriptValue DownloadInfoResultToScriptValue(QScriptEngine* engine, const DownloadInfoResult& result) {
|
QScriptValue DownloadInfoResultToScriptValue(QScriptEngine* engine, const DownloadInfoResult& result) {
|
||||||
|
|
Loading…
Reference in a new issue