diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-01-22 04:29:44 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-02-04 03:33:22 -0500 |
| commit | 7c98635edc33d74ab24352e971bb6a127e7272e8 (patch) | |
| tree | cdb6594f379a1b4c4a29bc48ca15a04cbe469e73 /src/filetreemodel.h | |
| parent | a55a69e6ac56dfb6851b5538e4252e9d8dab402b (diff) | |
filetype and last modified columns
Diffstat (limited to 'src/filetreemodel.h')
| -rw-r--r-- | src/filetreemodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/filetreemodel.h b/src/filetreemodel.h index 7de6830d..96e9e5a7 100644 --- a/src/filetreemodel.h +++ b/src/filetreemodel.h @@ -24,7 +24,9 @@ public: { Filename = 0, ModName, + FileType, FileSize, + LastModified, ColumnCount }; @@ -124,6 +126,7 @@ private: const MOShared::FileEntry& file); + QVariant displayData(const FileTreeItem* item, int column) const; std::wstring makeModName(const MOShared::FileEntry& file, int originID) const; void ensureLoaded(FileTreeItem* item) const; |
