PDA

View Full Version : Knowing if application is running



mourad
15th May 2008, 10:34
Hi everyone, I'm compiling my 4.3 Qt application on Mac OS X 10.4 Tiger PPC. I've a function that updates the application executable. For that I must know if my application is running or no. So that can anyone tell me how the get this information.
Best regards.

jpn
15th May 2008, 10:47
Take a look at SingleApplication implementation.