Hi,
I have make an IPC with DBus between two applications.
The main app start the second application.
I need to receive signal from the second app and do something with my slot in the main app.
The problem is :
I can’t receive signal because I use QProcess::start()
and not QProcess::startDetached()
and I need to use start().
Any idea?
Thanks for answers
↧