diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-12 09:50:57 (GMT) |
commit | 826066dbe5f298ec0515d21fa182d15ee3762f37 (patch) | |
tree | 5fcda73d5765ebd879076f165829d746180c2fd9 /src/gui/graphicsview/qgraphicsitem.cpp | |
parent | 01245bcabf97dfdfdd23a2ec075b8de3e78bdeb2 (diff) | |
download | Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.zip Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.gz Qt-826066dbe5f298ec0515d21fa182d15ee3762f37.tar.bz2 |
doc: Fixed several typos.
Task: QTBUG-7997
Diffstat (limited to 'src/gui/graphicsview/qgraphicsitem.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 39c41c4..3cdf8ce 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -319,7 +319,7 @@ QGraphicsItem::keyPressEvent() and QGraphicsItem::keyReleaseEvent(). \value ItemClipsToShape The item clips to its own shape. The item cannot - draw or receive mouse, tablet, drag and drop or hover events outside ts + draw or receive mouse, tablet, drag and drop or hover events outside its shape. It is disabled by default. This behavior is enforced by QGraphicsView::drawItems() or QGraphicsScene::drawItems(). This flag was introduced in Qt 4.3. |