aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-03-28 01:35:42 +0000
committerGitHub <noreply@github.com>2020-03-28 01:35:42 +0000
commit4baf2e74f64c9a6ce36d456491bb41d0f2ae999e (patch)
tree274c2e8bab52eb069317560810e8fee3eba87869 /README.md
parentMerge pull request #96 from itay-grudev/primary_user (diff)
parentAdd support for Qt < 5.10 (diff)
downloadsingleapplication-4baf2e74f64c9a6ce36d456491bb41d0f2ae999e.tar.xz
Merge pull request #97 from autoantwort/masterv3.1.1aupstream
SingleApplication::currentUser and codecs
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 d3071eb..1dbbb84 100644
--- a/README.md
+++ b/README.md
@@ -214,6 +214,14 @@ QString SingleApplication::primaryUser()
Returns the username the primary instance is running as.
+---
+
+```cpp
+QString SingleApplication::currentUser()
+```
+
+Returns the username the current instance is running as.
+
### Signals
```cpp