diff options
| author | Sebastian Englbrecht <[email protected]> | 2026-05-27 20:00:21 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2026-05-28 08:56:34 +0000 |
| commit | 838688e00f638f70137102e2d1593eb9cc4a5484 (patch) | |
| tree | 67e705d0857730f1095af6b50740eea2a6d3e702 /src/views | |
| parent | e8cbf8f3c5c56e3473566498880c9a92e54001db (diff) | |
barsecondrowflowlayout: avoid virtual call in destructor
cppcheck warns about calling virtual functions during destruction
because dynamic dispatch is no longer reliable at that point.
Replace takeAt(0) with direct access to itemList.takeFirst()
to drain the list without going through the virtual interface.
Diffstat (limited to 'src/views')
0 files changed, 0 insertions, 0 deletions
