summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-19 04:19:39 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-19 04:19:39 (GMT)
commitc0266e545a8ad9fe21cdeb1f4f42b5674594f2b9 (patch)
tree699d3663d1ab7f0741357922bf6b504649494514 /src/declarative
parentdcb699f7cb55fb67b747e0bdf783d8c3d02d0255 (diff)
downloadQt-c0266e545a8ad9fe21cdeb1f4f42b5674594f2b9.zip
Qt-c0266e545a8ad9fe21cdeb1f4f42b5674594f2b9.tar.gz
Qt-c0266e545a8ad9fe21cdeb1f4f42b5674594f2b9.tar.bz2
doc fix
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/fx/qfxitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp
index 572fcc7..cca21b9 100644
--- a/src/declarative/fx/qfxitem.cpp
+++ b/src/declarative/fx/qfxitem.cpp
@@ -331,7 +331,7 @@ void QFxContents::setItem(QFxItem *item)
\code
Item {
focus: true
- key.onLeftPressed: print("move left")
+ Keys.onLeftPressed: print("move left")
}
\endcode