Make openURL call on linux non-blocking, because the spawned processes are not guaranteed to fork into the background, and enable automatic zombie cleanup to deal with that change (note: the return value is now slightly less accurate)

This commit is contained in:
Bart van Strien
2014-08-07 20:22:58 +02:00
parent d59c76a55f
commit 30ff7d4659
2 changed files with 21 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@ public:
POWER_MAX_ENUM
};
System();
virtual ~System() {}
// Implements Module.