mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 20:25:43 +08:00
Remove extra Q_D
No longer needed as getUsername() is now static.
This commit is contained in:
parent
199defc4dd
commit
f3de0114f4
@ -224,7 +224,6 @@ QString SingleApplication::primaryUser()
|
|||||||
*/
|
*/
|
||||||
QString SingleApplication::currentUser()
|
QString SingleApplication::currentUser()
|
||||||
{
|
{
|
||||||
Q_D( SingleApplication );
|
|
||||||
return SingleApplicationPrivate::getUsername();
|
return SingleApplicationPrivate::getUsername();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user