How to find the current process and kill the process in QT?

I am developing a very simple application for the nokia mobile.my task - to find that everything is working at the moment? after that I need to kill (exit this application, for example, to the camera or music player), which is being processed! I tried to find a simple method in Qprocess, but there is no function to display the current process. Is there any possible way in NokiaQT or should I use symbianC ++ ????

0
source share
1 answer

Qt does not provide an API for this. You will need to use the appropriate OS API. I am not familiar with Symbian, so I can’t tell you what it can be.

+2
source

All Articles