From e6abe486a73928b8ec5bf01acd475d23aec722e0 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 9 Aug 2015 13:04:01 +0200 Subject: added some (currently unused) functionality to dump the list of file mappings from real to virtual location --- src/organizercore.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/organizercore.h') diff --git a/src/organizercore.h b/src/organizercore.h index 014a4ab8..85f0e0c4 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -157,6 +157,8 @@ public: bool onFinishedRun(const std::function &func); void refreshModList(bool saveChanges = true); + std::vector > fileMapping(); + public: // IPluginDiagnose interface virtual std::vector activeProblems() const; @@ -208,6 +210,10 @@ private: bool testForSteam(); + std::vector> fileMapping(const QString &dataPath, + const MOShared::DirectoryEntry *base, + const MOShared::DirectoryEntry *directoryEntry); + private slots: void directory_refreshed(); -- cgit v1.3.1