On sexta-feira, 3 de junho de 2016 11:40:31 BRT Etienne Sandré-Chardonnal 
wrote:
> Hi,
> 
> I would like to detect if my application is already running from another
> user account and warn the user.

Create a file in a public place (like /tmp) that indicates it's running. You 
can use a QLockFile, provided the other side always uses tryLock() and never 
lock().

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to