Commit 77b1d609 authored by Alan Alpert's avatar Alan Alpert Committed by The Qt Project
Browse files

Changelog entry for ListView behavioural change


Task-number: QTBUG-30555
Change-Id: Idcb0b2457e761f806179f4900ea5b0c9cb811cea
Reviewed-by: default avatarAndrew den Exter <andrew.den.exter@qinetic.com.au>
Reviewed-by: default avatarAlbert Astals Cid <albert.astals@canonical.com>
parent fd97c435
No related merge requests found
Showing with 4 additions and 0 deletions
...@@ -39,6 +39,10 @@ Third party components ...@@ -39,6 +39,10 @@ Third party components
of QObject. It no longer returns all QObject children, or explicitly of QObject. It no longer returns all QObject children, or explicitly
sets QObject parent. The resources property now behaves as documented. sets QObject parent. The resources property now behaves as documented.
- As part of a fix for QTBUG-30555, ListView and GridView properties, such
as count, which are based off of the data model will no longer update
immediately if queried. Updates are batched to happen once per frame (or
when properties are being set).
**************************************************************************** ****************************************************************************
* Library * * Library *
**************************************************************************** ****************************************************************************
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment