aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorItay Grudev <itay+git2020@grudev.com>2020-03-03 01:22:54 +0000
committerItay Grudev <itay+89bf5c@grudev.com>2020-03-03 01:24:55 +0000
commit81cc2719beab0317b52764e8cf56afd8f56b0c89 (patch)
tree596bf4f020748b45b7bf1f262281bb477077ac79 /README.md
parentMerge pull request #94 from itay-grudev/qwertysam (diff)
downloadsingleapplication-81cc2719beab0317b52764e8cf56afd8f56b0c89.tar.xz
v3.1.0a Added primaryUser()
Closes #95
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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