From c7101be7d8a077eba563a6fd6f15ec8169eeca51 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sat, 25 Jun 2016 11:47:15 +0100 Subject: Some refactoring of the spawn code and to make waitForApplication get the right error code (usually) A note: It is possible for the executed program to completely exit before MO attempts to get hold of the pid from the job handle, in which case strangeness will happen (this has always been an issue) --- src/iuserinterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/iuserinterface.h') diff --git a/src/iuserinterface.h b/src/iuserinterface.h index e03bcde2..540839c6 100644 --- a/src/iuserinterface.h +++ b/src/iuserinterface.h @@ -34,6 +34,7 @@ public: virtual void lock() = 0; virtual void unlock() = 0; virtual bool unlockClicked() = 0; + virtual void setProcessName(QString const &) = 0; }; -- cgit v1.3.1