Replacement of QtSingleApplication for Qt 5 and Qt 6 with support for inter-instance communication.
Go to file
2015-01-11 17:07:05 +02:00
.gitattributes Add base files 2012-12-23 00:12:38 +02:00
.gitignore Add base files 2012-12-23 00:12:38 +02:00
localserver.cpp Add base files 2012-12-23 00:12:38 +02:00
localserver.h Add base files 2012-12-23 00:12:38 +02:00
main.cpp Add base files 2012-12-23 00:12:38 +02:00
README.md Update README.md 2015-01-11 17:07:05 +02:00
singleapplication.cpp Add base files 2012-12-23 00:12:38 +02:00
singleapplication.h Add base files 2012-12-23 00:12:38 +02:00

SingleApplication

This is a replacement of QSingleApplication for Qt5.

P.S. I will document it dome day, when I have time. Otherwise it is pretty straighforward. I added a signal to notify the root proccess that another instance had been started. You can use it to raise the Main window of the root app, for example.