summaryrefslogtreecommitdiff
path: root/src/filetreemodel.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-04 03:12:19 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2020-02-04 03:33:23 -0500
commitd14488d2f750a52f85519ca15d087f35332a784f (patch)
tree043b482f164eca6138bbc692b42f9807122ca7f6 /src/filetreemodel.h
parent47d1826f55c66a039951d922dabab8b01324bebb (diff)
update tree items when origins change
Diffstat (limited to 'src/filetreemodel.h')
-rw-r--r--src/filetreemodel.h2
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;