diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-08-20 05:57:30 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-08-20 05:57:30 (GMT) |
commit | 9d89a023ca57df3bdd1b2c59b35ac1c00ce77e45 (patch) | |
tree | 37ae2f2194402fa873110c197c92efceaac8ea91 /src/declarative/QmlChanges.txt | |
parent | 6bd2aaea12c0f5a1baeeadd926dff002c0c27cfc (diff) | |
download | Qt-9d89a023ca57df3bdd1b2c59b35ac1c00ce77e45.zip Qt-9d89a023ca57df3bdd1b2c59b35ac1c00ce77e45.tar.gz Qt-9d89a023ca57df3bdd1b2c59b35ac1c00ce77e45.tar.bz2 |
Add start, stop slots to QmlTimer
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index 77839e8..82f2292 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -22,6 +22,7 @@ MouseRegion: ymin -> maximumY Additions: MouseRegion: add "acceptedButtons" property MouseRegion: add "hoverEnabled" property +Timer: add start() and stop() slots Deletions: VerticalPositioner: lost "margins" property @@ -57,4 +58,3 @@ PropertyAction::target (if possible) Additions: MouseRegion: add "pressedButtons" property Connection: add "slot" property -Timer: add start() and stop() slots |