summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-08-09 13:04:01 +0200
committerTannin <devnull@localhost>2015-08-09 13:04:01 +0200
commite6abe486a73928b8ec5bf01acd475d23aec722e0 (patch)
tree39c4cd9bc781864920eb19ce75088dedf5af81b5 /src/organizercore.h
parent52fcfaa2926fc9b87ca46a83da3a14a522ce4233 (diff)
added some (currently unused) functionality to dump the list of file mappings
from real to virtual location
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h6
1 files changed, 6 insertions, 0 deletions
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<void (const QString &, unsigned int)> &func);
void refreshModList(bool saveChanges = true);
+ std::vector<std::pair<QString, QString> > fileMapping();
+
public: // IPluginDiagnose interface
virtual std::vector<unsigned int> activeProblems() const;
@@ -208,6 +210,10 @@ private:
bool testForSteam();
+ std::vector<std::pair<QString, QString>> fileMapping(const QString &dataPath,
+ const MOShared::DirectoryEntry *base,
+ const MOShared::DirectoryEntry *directoryEntry);
+
private slots:
void directory_refreshed();