summaryrefslogtreecommitdiff
path: root/src/usvfsconnector.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-01-11 01:39:05 -0600
committerLostDragonist <lost.dragonist@gmail.com>2019-01-11 01:51:11 -0600
commit347ac2b8b5f34a2583ae7844e0dfd79773657270 (patch)
treeec4de70150b2e61e08cf1a17e7da646e85d0ae01 /src/usvfsconnector.h
parent183069a85db598c577ee34fab046f812009c1f18 (diff)
Support for force loading libraries
Diffstat (limited to 'src/usvfsconnector.h')
-rw-r--r--src/usvfsconnector.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usvfsconnector.h b/src/usvfsconnector.h
index 3aefb703..8a88bde5 100644
--- a/src/usvfsconnector.h
+++ b/src/usvfsconnector.h
@@ -27,7 +27,9 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <QThread>
#include <QFile>
#include <QDebug>
+#include <QList>
#include <usvfsparameters.h>
+#include "executableinfo.h"
class LogWorker : public QThread {
@@ -83,6 +85,7 @@ public:
void updateMapping(const MappingType &mapping);
void updateParams(int logLevel, int crashDumpsType, QString executableBlacklist);
+ void updateForcedLibraries(const QList<MOBase::ExecutableForcedLoadSetting> &forcedLibraries);
private: