diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 23:44:57 +0200 |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 23:44:57 +0200 |
commit | 0a9652c93170ab9520869e9e231eba1834b47abc (patch) | |
tree | afcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/qgraphicsview | |
parent | d795e50a2bf89209b124ec29fe7dd883208224ea (diff) | |
download | qt4-tools-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qgraphicsview')
-rw-r--r-- | tests/auto/qgraphicsview/tst_qgraphicsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp index 66a9e47c5a..4f21bb5abb 100644 --- a/tests/auto/qgraphicsview/tst_qgraphicsview.cpp +++ b/tests/auto/qgraphicsview/tst_qgraphicsview.cpp @@ -3054,7 +3054,7 @@ void tst_QGraphicsView::task210599_unsetDragWhileDragging() QApplication::sendEvent(view.viewport(), &move); } - // Check that no draggin has occured... + // Check that no draggin has occurred... QCOMPARE(basePos, view.mapFromScene(0, 0)); } |