┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.cpp
diff options
context:
space:
mode:
authorSebastian Englbrecht <[email protected]>2026-05-27 19:59:56 +0200
committerMéven Car <[email protected]>2026-05-28 08:56:34 +0000
commite8cbf8f3c5c56e3473566498880c9a92e54001db (patch)
tree3742597e949901c26d5c3b6c3afdc0f3efbdeffa /src/dolphincontextmenu.cpp
parente18a5136e557d91ab46368228e3de698a98aa009 (diff)
kitemlistviewaccessible: avoid virtual call in constructor
cppcheck warns about calling virtual functions during construction because dynamic dispatch is not yet fully active at that point. Replace childCount() with its concrete implementation view()->model()->count() directly.
Diffstat (limited to 'src/dolphincontextmenu.cpp')
0 files changed, 0 insertions, 0 deletions