Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 437 Bytes

SingleApp

This is an example of a simple implementation of single application manager in C++/Qt. The code can be used to ensure that only one instance of application is currenlty running.

More information

For more information about the code, check: http://just-code.org/sources/singleapp/

License

The code is lecensed under a MIT license, so you are free to use it in your projects.