From 1eb783aae348f906056cee17cb65dfd507429901 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 31 May 2014 13:43:48 +0200 Subject: - added a new mod type that represents files handled externally (i.e. DLCs) as mods in MO - hashes of file names in bsa files are no longer checked all the time - author and description is now read from esp files - rewrote the code that fixes modlists after a rename, should be a bit more robust - fixes to qt 5 and msvc 2013 compatibility - started to update the tutorial (not done yet!) - bugfix: counter for the problems badge wasn't calculated correctly --- src/shared/directoryentry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/shared/directoryentry.h') diff --git a/src/shared/directoryentry.h b/src/shared/directoryentry.h index f691603f..7b656b05 100644 --- a/src/shared/directoryentry.h +++ b/src/shared/directoryentry.h @@ -273,6 +273,8 @@ public: bool hasContentsFromOrigin(int originID) const; + FilesOrigin &createOrigin(const std::wstring &originName, const std::wstring &directory, int priority); + private: DirectoryEntry(const DirectoryEntry &reference); @@ -292,7 +294,6 @@ private: origin.addFile(file->getIndex()); } - FilesOrigin &createOrigin(const std::wstring &originName, const std::wstring &directory, int priority); void addFiles(FilesOrigin &origin, wchar_t *buffer, int bufferOffset); void addFiles(FilesOrigin &origin, BSA::Folder::Ptr archiveFolder, FILETIME &fileTime, const std::wstring &archiveName); -- cgit v1.3.1