aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgpositioners_p.h
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2011-08-29 12:44:13 +1000
committerQt by Nokia <qt-info@nokia.com>2011-08-30 04:02:54 +0200
commit509488576231d47947e07261f2f0ab28c4735d36 (patch)
treee29dfc9d56c88ea8e1a734ce03143dcf1395f971 /src/declarative/items/qsgpositioners_p.h
parent440fb56b3095b96b08b5401568eca4c3307270a0 (diff)
Position in updatePolish instead of using single shot timer
Related to QTBUG-18919, but that was not reproduceable. Rewrites a fair bit of the autotest to no longer rely on repositionings happening immediately. Change-Id: I80683d6e03a5543fc838cdd55b2d53e49a8a68bd Reviewed-on: http://codereview.qt.nokia.com/3690 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgpositioners_p.h')
-rw-r--r--src/declarative/items/qsgpositioners_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/items/qsgpositioners_p.h b/src/declarative/items/qsgpositioners_p.h
index 7200b6da8d..f8711251d3 100644
--- a/src/declarative/items/qsgpositioners_p.h
+++ b/src/declarative/items/qsgpositioners_p.h
@@ -121,6 +121,8 @@ protected:
virtual void itemChange(ItemChange, const ItemChangeData &);
void finishApplyTransitions();
+ virtual void updatePolish();
+
Q_SIGNALS:
void spacingChanged();
void moveChanged();