Remove scheduleLayout() and layoutScheduled
authorBea Lam <bea.lam@nokia.com>
Tue, 30 Aug 2011 06:02:41 +0000 (16:02 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 31 Aug 2011 23:44:32 +0000 (01:44 +0200)
commit1dd8b509074ba60da671f7671f8cf09c3fc001ae
tree2576dfddb0f44a0de0922e16e388e0a64e9e4af1
parent6fbc4b7e7e5aed8739ca1143e0fc1e38b8c8e17a
Remove scheduleLayout() and layoutScheduled

No longer necessary since views now call QSGItem::polish() which
does its own layout scheduling and only does layouts when
necessary

Change-Id: I7d265fcf4177344c4ba10600b551a5545284316f
Reviewed-on: http://codereview.qt.nokia.com/3843
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/declarative/items/qsggridview.cpp
src/declarative/items/qsgitemview.cpp
src/declarative/items/qsgitemview_p_p.h
src/declarative/items/qsglistview.cpp