Browse Source
Use more appropriate container (QList) for resume data queue buffer. QVector in Qt5 has poor performance of the first element taking operation, which is used to process the resume data queue. In Qt6, QVector is just an alias for QList, so there was no problem there. PR #18387. Fixes #18341.adaptive-webui-19844
Vladimir Golovnev
2 years ago
committed by
GitHub
3 changed files with 7 additions and 6 deletions
Loading…
Reference in new issue