diff options
| author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2018-02-23 01:45:58 +0100 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2018-02-23 01:45:58 +0100 |
| commit | ea6292168a6acd4c263913f0ccd7dd64daf4f5cf (patch) | |
| tree | 312024abbd7c3c100274f3a8031d49096480b654 /src/spawn.h | |
| parent | 5e5c9c07291f6b09623d31c92b1fb61c4ede576e (diff) | |
Revert "Applied clang-format on source"
This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
Diffstat (limited to 'src/spawn.h')
| -rw-r--r-- | src/spawn.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/spawn.h b/src/spawn.h index d2e3d99c..c2d99bdb 100644 --- a/src/spawn.h +++ b/src/spawn.h @@ -21,10 +21,11 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #define SPAWN_H
#define WIN32_LEAN_AND_MEAN
-#include <QDir>
-#include <QFileInfo>
-#include <tchar.h>
#include <windows.h>
+#include <tchar.h>
+#include <QFileInfo>
+#include <QDir>
+
/**
* @brief a dirty little trick so we can issue a clean restart from startBinary
@@ -43,6 +44,7 @@ private: static ExitProxy *s_Instance;
};*/
+
/**
* @brief spawn a binary with Mod Organizer injected
*
@@ -58,7 +60,9 @@ private: * @todo is the profile name even used any more?
* @todo is the hooked parameter used?
**/
-HANDLE startBinary(const QFileInfo& binary, const QString& arguments, const QDir& currentDirectory, bool hooked,
+HANDLE startBinary(const QFileInfo &binary, const QString &arguments,
+ const QDir ¤tDirectory, bool hooked,
HANDLE stdOut = INVALID_HANDLE_VALUE, HANDLE stdErr = INVALID_HANDLE_VALUE);
#endif // SPAWN_H
+
|
