summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-08-18 23:00:25 +0200
committerTannin <devnull@localhost>2014-08-18 23:00:25 +0200
commit4b1e6683d258412dd6e02c55618ff158c749ab4a (patch)
tree799ba86e4fabc44363ccc6dc14c4602b2b9e2919 /src/spawn.cpp
parent06701856f8eaed0f6bf802308c07952f0f0dd92e (diff)
- can now filter by mod content
- all files/directories that require write access can now be placed in AppData instead of the MO directory
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp
index 8cc5abe1..c05049c2 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -193,19 +193,3 @@ HANDLE startBinary(const QFileInfo &binary,
::CloseHandle(threadHandle);
return jobObject;
}
-
-/*
-ExitProxy *ExitProxy::s_Instance = NULL;
-
-ExitProxy *ExitProxy::instance()
-{
- if (s_Instance == NULL) {
- s_Instance = new ExitProxy();
- }
- return s_Instance;
-}
-
-void ExitProxy::emitExit()
-{
- emit exit();
-}*/