From 5fff2202b513f00e553e1ec955909db5815a189f Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Fri, 27 Mar 2020 08:00:14 +0100 Subject: Add SingleApplication::currentUser() --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.1