diff options
author | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-08-10 14:43:09 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2009-08-10 14:43:09 (GMT) |
commit | 5bc32820479decb8e4c415105d5c32bb2ddf61a6 (patch) | |
tree | 8e74e4636f65fc0932e81064ad1946c43ff90410 /doc/src/examples | |
parent | 18a7ff8d6319e9da2e4e5f705ce1622558a0f6b0 (diff) | |
download | Qt-5bc32820479decb8e4c415105d5c32bb2ddf61a6.zip Qt-5bc32820479decb8e4c415105d5c32bb2ddf61a6.tar.gz Qt-5bc32820479decb8e4c415105d5c32bb2ddf61a6.tar.bz2 |
Doc: Fix a typo
Genarated->generated
Diffstat (limited to 'doc/src/examples')
-rw-r--r-- | doc/src/examples/tablet.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/tablet.qdoc b/doc/src/examples/tablet.qdoc index e412815..4dab98d 100644 --- a/doc/src/examples/tablet.qdoc +++ b/doc/src/examples/tablet.qdoc @@ -48,7 +48,7 @@ \image tabletexample.png When you use a tablet with Qt applications, \l{QTabletEvent}s are - genarated. You need to reimplement the + generated. You need to reimplement the \l{QWidget::}{tabletEvent()} event handler if you want to handle tablet events. Events are generated when the device used for drawing enters and leaves the proximity of the tablet (i.e., when |