summaryrefslogtreecommitdiff
path: root/src/spawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn.h')
-rw-r--r--src/spawn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spawn.h b/src/spawn.h
index e0d1f958..48320fea 100644
--- a/src/spawn.h
+++ b/src/spawn.h
@@ -31,7 +31,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
* @brief a dirty little trick so we can issue a clean restart from startBinary
* @note unused
*/
-class ExitProxy : public QObject {
+/*class ExitProxy : public QObject {
Q_OBJECT
public:
static ExitProxy *instance();
@@ -42,7 +42,7 @@ private:
ExitProxy() {}
private:
static ExitProxy *s_Instance;
-};
+};*/
/**