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() QString SingleApplication::currentUser()
{ {
Q_D( SingleApplication );
return SingleApplicationPrivate::getUsername(); return SingleApplicationPrivate::getUsername();
} }