Eliminate a warning in unsigned integer comparison
authorJiang Jiang <jiang.jiang@nokia.com>
Wed, 30 May 2012 09:47:18 +0000 (11:47 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 31 May 2012 00:06:42 +0000 (02:06 +0200)
commit604fe65cb305a77df988fc438614df1efb7c7adb
treed68c0510634d791a8b9421de85052cc62e7d6974
parentadbf443c47e448619634274501e631e84ecbc31a
Eliminate a warning in unsigned integer comparison

The length we cast is from int QTextEngine::length() so it's safe
to do so.

Change-Id: I60fdbcb5a96c99b767093102a30e97951ef5b6ea
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
src/gui/text/qtextengine.cpp