]> cloud.milkyroute.net Git - dolphin.git/commit
placespanel: Use correct loop index when connecting device signals
authorWang Yu <wangyu@uniontech.com>
Mon, 3 Mar 2025 02:34:10 +0000 (10:34 +0800)
committerWang Yu <wangyu@uniontech.com>
Mon, 3 Mar 2025 02:36:56 +0000 (10:36 +0800)
commitdb6f10fb6c8117390ffdceb614e7e0f3c0ac2956
tree571be80d34f8c54eff7d600b4c808aaf56929f5a
parent0e6ed9ba43839e5bf11b00bbaca0b283f4755742
placespanel: Use correct loop index when connecting device signals

The loop in slotRowsInserted was using the 'first' parameter instead
of the loop variable 'i', causing only the first index to be connected
multiple times.
src/panels/places/placespanel.cpp