I'm writing desktop application for windows in Qt.
I have name of 3 processes that if they are running I want to kill them in the begining of my application.
What the best way to do it?(get the status of process by using the process name, and kill it if it's open).
code example can help me a lot. Thanks!