summaryrefslogtreecommitdiff
path: root/src/iuserinterface.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-06-25 11:47:15 +0100
committerThomas Tanner <trtanner@btinternet.com>2016-06-25 11:47:15 +0100
commitc7101be7d8a077eba563a6fd6f15ec8169eeca51 (patch)
tree7aec5619a3a6f953b2dd114b9590737facd42616 /src/iuserinterface.h
parentd80a77a4cba35e9be01f57ac2c1b3cea3a00e516 (diff)
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)
Diffstat (limited to 'src/iuserinterface.h')
-rw-r--r--src/iuserinterface.h1
1 files changed, 1 insertions, 0 deletions
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;
};