Skip to content

Commit

Permalink
Const autofy add in folderstatusmodel
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Mar 3, 2024
1 parent dbfcd10 commit dcb8581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderstatusmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ void FolderStatusModel::slotShowFetchProgress()
const auto idx = it.key();
const auto info = infoForIndex(idx);
if (info && info->_fetchingJob) {
auto add = !info->hasLabel();
const auto add = !info->hasLabel();
if (add) {
beginInsertRows(idx, 0, 0);
}
Expand Down

0 comments on commit dcb8581

Please sign in to comment.