diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 21:44:57 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2011-06-30 21:44:57 (GMT) |
commit | 0a9652c93170ab9520869e9e231eba1834b47abc (patch) | |
tree | afcf901cae65424a06d21c389e4bde7046b9a693 /tests/auto/qlistview | |
parent | d795e50a2bf89209b124ec29fe7dd883208224ea (diff) | |
download | Qt-0a9652c93170ab9520869e9e231eba1834b47abc.zip Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.gz Qt-0a9652c93170ab9520869e9e231eba1834b47abc.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'tests/auto/qlistview')
-rw-r--r-- | tests/auto/qlistview/tst_qlistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qlistview/tst_qlistview.cpp b/tests/auto/qlistview/tst_qlistview.cpp index 3830069..3c4b05b 100644 --- a/tests/auto/qlistview/tst_qlistview.cpp +++ b/tests/auto/qlistview/tst_qlistview.cpp @@ -979,7 +979,7 @@ void tst_QListView::selection_data() << IntList(); // expected items #if defined(Q_OS_WINCE) - // depending on wether the display is double-pixeld, we need + // depending on whether the display is double-pixeld, we need // to click at a different position bool doubledSize = false; int dpi = GetDeviceCaps(GetDC(0), LOGPIXELSX); |