plugin/fsm: emit entriesChanged
This commit is contained in:
parent
958d07a3ff
commit
e405bf8d5a
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue