aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/ftw/qlinkedstringhash_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug code from QStringHashUlf Hermann2019-02-071-5/+0
| | | | | | | Now that we've split the classes, this doesn't work anymore. Change-Id: I9b18075db7895183f21045d199e8ac8b04245945 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add a mutable iterator to QStringHashUlf Hermann2019-02-071-1/+1
| | | | | | | And use that in QQmlTypeModule to get rid of a const_cast. Change-Id: Ifbb39293b6f0e159355dd7780febba0eed149025 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Split QStringHash and QLinked(Multi)StringHash apartUlf Hermann2019-02-071-0/+243
The plain QStringHash can have a mutable iterator. The linked one can not. We never use a non-linked MultiStringHash. Change-Id: I69b66f7952e6e47b79c0995f389e6219744dfc76 Reviewed-by: Lars Knoll <lars.knoll@qt.io>