summaryrefslogtreecommitdiff
path: root/src/pluginlist.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-08-25 20:12:25 +0200
committerTannin <devnull@localhost>2014-08-25 20:12:25 +0200
commit84598cbcbf08862fe02300bf3945b194df12ddfa (patch)
tree60d1e02575cfa5204470b9f9c00d80ba156604c6 /src/pluginlist.h
parent02973be652a4fd1f161d62ff60509eed639f8d6a (diff)
- processes spawned from MO are now themselves allowed to break away from the job.
Without this the CEF (chromium embedded framework) seems to fail - bugfix: Fixed an error message when installing a fomod wrapped in an archive - bugfix: sorting plugins had no effect on non-skyrim games - bugfix: fomod parser quit installing filelists after one file - bugfix: function retrieving local appdata path read wrong directory
Diffstat (limited to 'src/pluginlist.h')
-rw-r--r--src/pluginlist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h
index b8e141fc..67d1b640 100644
--- a/src/pluginlist.h
+++ b/src/pluginlist.h
@@ -267,6 +267,7 @@ private:
ESPInfo(const QString &name, bool enabled, FILETIME time, const QString &originName, const QString &fullPath, bool hasIni);
QString m_Name;
+ QString m_FullPath;
bool m_Enabled;
bool m_ForceEnabled;
int m_Priority;