summaryrefslogtreecommitdiff
path: root/src/filetreeitem.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:32:11 -0500
committerGitHub <noreply@github.com>2020-02-18 17:32:11 -0500
commite749b2072601830c11495ce210907391dfe7bc6b (patch)
tree45d3082c037c99d60ddbbe5be8ab2bc60e467e23 /src/filetreeitem.h
parent8c2814c9dc0d92e1ab015cde33eee8dcf880e265 (diff)
parenta28bd45c0b4dfbedcb816fedf0783c5287be3b19 (diff)
Merge pull request #1003 from isanae/file-list-improvements
Refresh optimizations
Diffstat (limited to 'src/filetreeitem.h')
-rw-r--r--src/filetreeitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filetreeitem.h b/src/filetreeitem.h
index 390d5499..2092782e 100644
--- a/src/filetreeitem.h
+++ b/src/filetreeitem.h
@@ -1,7 +1,7 @@
#ifndef MODORGANIZER_FILETREEITEM_INCLUDED
#define MODORGANIZER_FILETREEITEM_INCLUDED
-#include "directoryentry.h"
+#include "shared/fileregisterfwd.h"
#include <QFileIconProvider>
class FileTreeModel;
@@ -126,7 +126,7 @@ public:
return m_wsLcFile;
}
- const MOShared::DirectoryEntry::FileKey& key() const
+ const MOShared::DirectoryEntryFileKey& key() const
{
return m_key;
}
@@ -288,7 +288,7 @@ private:
const QString m_virtualParentPath;
const std::wstring m_wsFile, m_wsLcFile;
- const MOShared::DirectoryEntry::FileKey m_key;
+ const MOShared::DirectoryEntryFileKey m_key;
const QString m_file;
const bool m_isDirectory;