diff options
| author | Tannin <sherb@gmx.net> | 2015-12-18 20:32:29 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2015-12-18 20:32:29 +0100 |
| commit | 502e950cde5920e4184775c47621cb737696f512 (patch) | |
| tree | d745aa9c184914257db25acb2f62d38ee697f1a2 /src/organizercore.h | |
| parent | 4908affbfceee55d09426b7cab94d155d36d0d90 (diff) | |
support for adding directories to the vfs that will act as create target for new files
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/organizercore.h b/src/organizercore.h index 86994f6d..ff730c2b 100644 --- a/src/organizercore.h +++ b/src/organizercore.h @@ -116,7 +116,7 @@ public: void doAfterLogin(const std::function<void()> &function) { m_PostLoginTasks.append(function); }
- void spawnBinary(const QFileInfo &binary, const QString &arguments = "", const QDir ¤tDirectory = QDir(), bool closeAfterStart = true, const QString &steamAppID = "");
+ void spawnBinary(const QFileInfo &binary, const QString &arguments = "", const QDir ¤tDirectory = QDir(), const QString &steamAppID = "");
HANDLE spawnBinaryDirect(const QFileInfo &binary, const QString &arguments, const QString &profileName, const QDir ¤tDirectory, const QString &steamAppID);
void loginSuccessfulUpdate(bool necessary);
@@ -218,7 +218,8 @@ private: std::vector<Mapping>
fileMapping(const QString &dataPath, const QString &relPath,
const MOShared::DirectoryEntry *base,
- const MOShared::DirectoryEntry *directoryEntry);
+ const MOShared::DirectoryEntry *directoryEntry,
+ int createDestination);
private slots:
|
