From 81cc2719beab0317b52764e8cf56afd8f56b0c89 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 3 Mar 2020 01:22:54 +0000 Subject: v3.1.0a Added primaryUser() Closes #95 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fa60057..d3071eb 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,14 @@ qint64 SingleApplication::primaryPid() Returns the process ID (PID) of the primary instance. +--- + +```cpp +QString SingleApplication::primaryUser() +``` + +Returns the username the primary instance is running as. + ### Signals ```cpp -- cgit v1.2.1