1
0
mirror of https://github.com/itay-grudev/SingleApplication.git synced 2025-03-18 11:52:38 +08:00

Remove extra Q_D

No longer needed as getUsername() is now static.
This commit is contained in:
Shatur95 2020-10-15 23:16:21 +03:00
parent 199defc4dd
commit f3de0114f4

View File

@ -224,7 +224,6 @@ QString SingleApplication::primaryUser()
*/
QString SingleApplication::currentUser()
{
Q_D( SingleApplication );
return SingleApplicationPrivate::getUsername();
}