plugin/fsm: emit entriesChanged

This commit is contained in:
2 * r + 2 * t 2025-09-03 22:45:59 +10:00
parent 958d07a3ff
commit e405bf8d5a

View file

@ -356,6 +356,8 @@ void FileSystemModel::applyChanges(const QSet<QString>& removedPaths, const QSet
}
endInsertRows();
}
emit entriesChanged();
}
bool FileSystemModel::compareEntries(const FileSystemEntry* a, const FileSystemEntry* b) {