┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/kitemlistgroupheader.cpp
diff options
context:
space:
mode:
authorSebastian Englbrecht <[email protected]>2026-05-27 20:00:21 +0200
committerMéven Car <[email protected]>2026-05-28 08:56:34 +0000
commit838688e00f638f70137102e2d1593eb9cc4a5484 (patch)
tree67e705d0857730f1095af6b50740eea2a6d3e702 /src/kitemviews/kitemlistgroupheader.cpp
parente8cbf8f3c5c56e3473566498880c9a92e54001db (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/kitemviews/kitemlistgroupheader.cpp')
0 files changed, 0 insertions, 0 deletions