aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-13 11:37:18 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-13 11:37:18 +0300
commit9d7c34b0fda06f3b4455831a36eb8d420cf29d15 (patch)
tree97b0713b6b35b341b0f7561cbdfacd2df8c8582e /README.md
parentAdd meson build support (diff)
parentMerge pull request #97 from autoantwort/master (diff)
downloadsingleapplication-9d7c34b0fda06f3b4455831a36eb8d420cf29d15.tar.xz
Update to 3.1.1aHEAD3.1.1amaster
Merge branch 'upstream' into staging
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