Update AccountServicesScriptingInterface.cpp

Changes according to ctrlaltdavid's comments.
This commit is contained in:
nimisha20 2019-02-25 08:54:47 -08:00 committed by GitHub
parent 4e9d162172
commit 2bcee4e454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {