15th October 2015 | By: marcinkawa
How to run a single app instance in QT
Sometimes we don’t want to allow users to run multiple instances of the app at once. We might want to do it, to prevent memory leak, files corruption or we decided there is no practical need to run two instances… Continue