diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 11:59:11 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-09 11:59:11 (GMT) |
commit | 3df77bed668febf207591b88bebd73e4a17c8f23 (patch) | |
tree | 11a1d23e99d49830eeef3632254ac51e1bb0822a /src/qt3support/canvas | |
parent | 55911952c7b195e36614372d084c473202ab1c44 (diff) | |
download | Qt-3df77bed668febf207591b88bebd73e4a17c8f23.zip Qt-3df77bed668febf207591b88bebd73e4a17c8f23.tar.gz Qt-3df77bed668febf207591b88bebd73e4a17c8f23.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/qt3support/canvas')
-rw-r--r-- | src/qt3support/canvas/q3canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt3support/canvas/q3canvas.cpp b/src/qt3support/canvas/q3canvas.cpp index 959c435..1b4706d 100644 --- a/src/qt3support/canvas/q3canvas.cpp +++ b/src/qt3support/canvas/q3canvas.cpp @@ -1030,7 +1030,7 @@ void Q3Canvas::setUpdatePeriod(int ms) The advance takes place in two phases. In phase 0, the Q3CanvasItem::advance() function of each Q3CanvasItem::animated() - canvas item is called with paramater 0. Then all these canvas + canvas item is called with parameter 0. Then all these canvas items are called again, with parameter 1. In phase 0, the canvas items should not change position, merely examine other items on the canvas for which special processing is required, such as |