aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/qmlcachegen.cpp
diff options
context:
space:
mode:
authorChris Lerner <chris.lerner@qt.io>2024-08-22 14:37:31 +0200
committerChris René Lerner <chris.lerner@qt.io>2024-11-03 11:36:39 +0000
commit941b36a98646ae9361e0e72ffebf60bd8cb856d4 (patch)
tree9d6c3ee945308c52951347487d57b3aab30bf400 /tools/qmlcachegen/qmlcachegen.cpp
parentdb5f22d4370aba845a28f38b9e5cc00358e8bdf3 (diff)
Implement QQuickGridViewPrivate::getAttachedObject()
QQuickGridView inherits from QQuickItemView, which provides functions that emit the signals "pooled" and "reused". The signals are not emitted if the virtual function QQuickItemViewPrivate::getAttachedObject() hasn't been implemented for the appropriate subclass of QQuickItemViewPrivate, which in this case is QQuickGridViewPrivate. Implement QQuickGridViewPrivate::getAttachedObject() to enable emitting signals for when items are being pooled and reused. Fixes: QTBUG-122249 Fixes: QTBUG-107458 Change-Id: Ibb7351c6fd01ef304ecdcab8344f2b6543ae2777 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'tools/qmlcachegen/qmlcachegen.cpp')
0 files changed, 0 insertions, 0 deletions