summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn.cpp b/src/spawn.cpp
index ab43b687..5639a78c 100644
--- a/src/spawn.cpp
+++ b/src/spawn.cpp
@@ -156,7 +156,7 @@ HANDLE startBinary(const QFileInfo &binary, const QString &arguments, const QStr
return processHandle;
}
-
+/*
ExitProxy *ExitProxy::s_Instance = NULL;
ExitProxy *ExitProxy::instance()
@@ -170,4 +170,4 @@ ExitProxy *ExitProxy::instance()
void ExitProxy::emitExit()
{
emit exit();
-}
+}*/