Re: Restore an application that is running while using QtSingleApplication
Originally Posted by Eldritch
n MSWin, the standard trick is a named mutex (not available on other platforms).
On u*ix you can use system semaphores or message queues for that. Based on the fact that MacOS is also a u*ix, it should be available there as well. On modern Linuxes, it would be wise to just use dbus
Bookmarks