summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-06-24 22:44:41 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-06-24 22:44:41 (GMT)
commit098e1939cfdf675ae850912d898f1af0b2c660cc (patch)
tree068677be10c039040012965716777549f7f32cb7 /src/declarative/extra
parent60e9ce020e4d3f78a6d96b9cf7c78275a326aef2 (diff)
downloadQt-098e1939cfdf675ae850912d898f1af0b2c660cc.zip
Qt-098e1939cfdf675ae850912d898f1af0b2c660cc.tar.gz
Qt-098e1939cfdf675ae850912d898f1af0b2c660cc.tar.bz2
Fix GridView handling of unrequested items.
If unrequested items were added before we had populated any items they would not be laid out at all.
Diffstat (limited to 'src/declarative/extra')
-rw-r--r--src/declarative/extra/qmltimer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/extra/qmltimer.cpp b/src/declarative/extra/qmltimer.cpp
index 0c13c4a..b891745 100644
--- a/src/declarative/extra/qmltimer.cpp
+++ b/src/declarative/extra/qmltimer.cpp
@@ -98,7 +98,7 @@ QmlTimer::QmlTimer(QObject *parent)
/*!
\qmlproperty int Timer::interval
- Sets the \a interval between triggering.
+ Sets the \a interval in milliseconds between triggering.
*/
void QmlTimer::setInterval(int interval)
{