I've been digging QtCreator's source code for quite some time to see how some things work, how they are implemented and to get some inspiration :)
So far, so good.
QtC's app instance is a QtSingleApplication, which, AFAIK, should prevent the user from starting multiple instances of the program at the same time?! Right?!
But I'm able to create a bazillion instances of QtCreator...
[image: e9d648c2-f96a-4fe3-8054-7ac311dd0124.png]
Am I misinterpreting something or is this not working as expected?
As long as I can remember, it was possible to start QtCreator multiple times?!