aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickflickable_p.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-01-06 16:14:53 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-06 08:27:24 +0100
commit3582101128dc7de7c899712935fcd56d90a3865e (patch)
tree34cdab25c8a927aa72322c66af1723a8c583e261 /src/quick/items/qquickflickable_p.h
parent8e0ea24115bcc9bf88ff09572feb05493ebc35c4 (diff)
Flickable now emits contentX/YChanged after the content is updated
Currently view content is not created until after onContentYChanged handlers are called, which is not what the user would expect This change moves the contentX/YChanged emission to after the content update and also removes the need for a connect() in Flickable init. Task-number: QTBUG-23462 Change-Id: I11e87a78160033e3ec6a9e7de733474f8345050d Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/quick/items/qquickflickable_p.h')
-rw-r--r--src/quick/items/qquickflickable_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/quick/items/qquickflickable_p.h b/src/quick/items/qquickflickable_p.h
index 28df326e0a..2c8e24365a 100644
--- a/src/quick/items/qquickflickable_p.h
+++ b/src/quick/items/qquickflickable_p.h
@@ -233,7 +233,6 @@ protected:
QQuickFlickableVisibleArea *visibleArea();
protected Q_SLOTS:
- virtual void ticked();
void movementStarting();
void movementEnding();