diff options
Diffstat (limited to 'src/qmlmodels/qqmldelegatemodel_p_p.h')
| -rw-r--r-- | src/qmlmodels/qqmldelegatemodel_p_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmlmodels/qqmldelegatemodel_p_p.h b/src/qmlmodels/qqmldelegatemodel_p_p.h index a7d22dfaeb..2fab7b35eb 100644 --- a/src/qmlmodels/qqmldelegatemodel_p_p.h +++ b/src/qmlmodels/qqmldelegatemodel_p_p.h @@ -332,6 +332,7 @@ public: QQmlReusableDelegateModelItemsPool m_reusableItemsPool; QList<QQDMIncubationTask *> m_finishedIncubating; QList<QByteArray> m_watchedRoles; + QHash<int, QByteArray> m_roleNamesBeforeReset; QString m_filterGroup; @@ -345,6 +346,7 @@ public: bool m_transaction : 1; bool m_incubatorCleanupScheduled : 1; bool m_waitingToFetchMore : 1; + bool m_maybeResetRoleNames : 1; union { struct { |
