add todo comment for Qt 7

Task-number: QTBUG-94546
Change-Id: I86a40dcb2b6e33140c31acc450bcd47fa6ff3f2d
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
bb10
Andreas Buhr 2021-07-08 12:17:52 +02:00
parent f5bcfb8f57
commit cd0528143e
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ private:
QTreeWidget *view;
QTreeWidgetItemPrivate *d;
QTreeWidgetItem *par;
// ### Qt7: Move children to d-pointer and replace QList by a suitable data structure.
// to fix QTBUG-94546
QList<QTreeWidgetItem*> children;
Qt::ItemFlags itemFlags;
};