Fix missing inline images
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
Wed, 5 Oct 2011 14:27:14 +0000 (16:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 6 Oct 2011 13:31:34 +0000 (15:31 +0200)
commit72247d8290e3f5ab07911354760a2e9b7a5b2caf
treef8de741d9cd809ef2bda27faff6636d45d60f7c2
parentfcc38abf68f862d0a492a0fbabdc02f85befa603
Fix missing inline images

Oops, the change to support floating images caused
a regression, as it caused all images represented by object
replacement characters to be ignored instead of only the ones
that were floating and were handled elsewhere. The correct
test is less strict, only verifying that the layout position is
InFlow.

Change-Id: Ib28ea595b598bbd047eebe1a704211f0ba139382
Reviewed-on: http://codereview.qt-project.org/6074
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
src/declarative/items/qsgtextnode.cpp