QListWidget: remove unused member

Remove the 'dummy' member - it's not needed since ages.

Change-Id: I4869cf9153c892ea065340335ff7accd529a79c6
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
This commit is contained in:
Christian Ehrlicher 2020-05-13 21:08:55 +02:00
parent c7ef17b231
commit f9874ad7bd

View File

@ -150,7 +150,6 @@ public:
private:
QListModel *listModel() const;
int rtti;
QVector<void *> dummy;
QListWidget *view;
QListWidgetItemPrivate *d;
Qt::ItemFlags itemFlags;