Page MenuHomeFreeBSD

Thomas.Eschenbacher_gmx.de
User

Projects

User does not belong to any projects.

User Details

User Since
Oct 16 2019, 7:42 PM (232 w, 15 h)

Recent Activity

Oct 18 2019

Thomas.Eschenbacher_gmx.de requested changes to D22002: Private inheritance hides base-class names..

sorry, but I do not understand where there should be a problem. "QList" is definitly no "private" class here, that's nonsense.
If that was a general problem, it should complain at ~1000 other places too.
Anyway... I was able to reproduce that with clan-9 and it made me reconsider using a QList as container, which is not the best choice for that purpose.
I changed my code from QList<unsigned int> to QVector<unsigned int>
(KDE git commit ae4027d640d3297e78d8d0c87389aade128476a5) and that works just fine!

Oct 18 2019, 4:04 AM