diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-08-14 06:37:10 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-08-14 06:37:10 (GMT) |
commit | c80302a19f43ed1c39675a979762499fc589743a (patch) | |
tree | b4f29d66fa335f28e07f2953fa8c48048f2203ab /tests/auto/qfontmetrics | |
parent | 0c831b8cf84c72ee8673d1d38f4e93e350dddd5f (diff) | |
download | Qt-c80302a19f43ed1c39675a979762499fc589743a.zip Qt-c80302a19f43ed1c39675a979762499fc589743a.tar.gz Qt-c80302a19f43ed1c39675a979762499fc589743a.tar.bz2 |
spel
Diffstat (limited to 'tests/auto/qfontmetrics')
-rw-r--r-- | tests/auto/qfontmetrics/tst_qfontmetrics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qfontmetrics/tst_qfontmetrics.cpp b/tests/auto/qfontmetrics/tst_qfontmetrics.cpp index f827bfc..9a743ef 100644 --- a/tests/auto/qfontmetrics/tst_qfontmetrics.cpp +++ b/tests/auto/qfontmetrics/tst_qfontmetrics.cpp @@ -71,7 +71,7 @@ private slots: void elidedText(); void veryNarrowElidedText(); void averageCharWidth(); - void elidedMultiLenght(); + void elidedMultiLength(); }; tst_QFontMetrics::tst_QFontMetrics() @@ -203,7 +203,7 @@ void tst_QFontMetrics::averageCharWidth() QVERIFY(fmf.averageCharWidth() != 0); } -void tst_QFontMetrics::elidedMultiLenght() +void tst_QFontMetrics::elidedMultiLength() { QString text1 = "Long Text 1\x9cShorter\x9csmall"; QString text1_long = "Long Text 1"; |