summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2012-11-07 14:44:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-07 16:20:22 +0100
commit7319c194cd3d80776c8de3bf0ff2cd36fdd217e0 (patch)
treec5bc1a1d31c3155a0b7410ca94bc10fbdd583641 /config.tests
parent74e44a6ef60120c3284b07a29d35d8d771c7d4f6 (diff)
Fix the bufferProgress property of QDeclarativeAudio
The bufferProgress property of QDeclarativeAudio is documented to hold how much of the data buffer is currently filled, from 0.0 (empty) to 1.0 (full) and should be declared to be of type qreal instead of int. The implementation was correctly normalizing the buffer status percentage to the [0, 1] range but the returned value was truncated to int in QML because of the faulty property declaration. Change-Id: I494c9cd14f4b3ec511759ae66a50e9f96bcb1452 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'config.tests')
0 files changed, 0 insertions, 0 deletions