aboutsummaryrefslogtreecommitdiff
path: root/singleapplication.cpp
diff options
context:
space:
mode:
authorLeander Schulten <Leander.Schulten@rwth-aachen.de>2020-03-27 08:00:14 +0100
committerLeander Schulten <Leander.Schulten@rwth-aachen.de>2020-03-27 08:00:14 +0100
commit5fff2202b513f00e553e1ec955909db5815a189f (patch)
treee13f97f297a99b3609def98073fa3a65bdd8d252 /singleapplication.cpp
parentThe codec for string from qgetenv and pw->pw_name is not necessarily utf8. So... (diff)
downloadsingleapplication-5fff2202b513f00e553e1ec955909db5815a189f.tar.xz
Add SingleApplication::currentUser()
Diffstat (limited to 'singleapplication.cpp')
-rw-r--r--singleapplication.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/singleapplication.cpp b/singleapplication.cpp
index 26e4ca2..7c955aa 100644
--- a/singleapplication.cpp
+++ b/singleapplication.cpp
@@ -178,6 +178,12 @@ QString SingleApplication::primaryUser()
return d->primaryUser();
}
+QString SingleApplication::currentUser()
+{
+ Q_D(SingleApplication);
+ return d->getUsername();
+}
+
bool SingleApplication::sendMessage( QByteArray message, int timeout )
{
Q_D(SingleApplication);