diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:12:19 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:23 -0500 |
| commit | d14488d2f750a52f85519ca15d087f35332a784f (patch) | |
| tree | 043b482f164eca6138bbc692b42f9807122ca7f6 /src/filetreemodel.h | |
| parent | 47d1826f55c66a039951d922dabab8b01324bebb (diff) | |
update tree items when origins change
Diffstat (limited to 'src/filetreemodel.h')
| -rw-r--r-- | src/filetreemodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filetreemodel.h b/src/filetreemodel.h index 03bae602..ffd46fac 100644 --- a/src/filetreemodel.h +++ b/src/filetreemodel.h @@ -125,6 +125,8 @@ private: FileTreeItem& parentItem, const std::wstring& parentPath, const MOShared::FileEntry& file); + void updateFileItem(FileTreeItem& item, const MOShared::FileEntry& file); + QVariant displayData(const FileTreeItem* item, int column) const; std::wstring makeModName(const MOShared::FileEntry& file, int originID) const; |
