mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(avatar): wrong conversion of own ToxId
e07d8d358f
broke the loading of the own
avatar
fix #4048
This commit is contained in:
parent
d223d916c8
commit
0e4cff884d
|
@ -434,7 +434,7 @@ QString Profile::avatarPath(const QString& ownerId, bool forceUnencrypted)
|
||||||
*/
|
*/
|
||||||
QPixmap Profile::loadAvatar()
|
QPixmap Profile::loadAvatar()
|
||||||
{
|
{
|
||||||
return loadAvatar(core->getSelfId().getPublicKey().getKey());
|
return loadAvatar(core->getSelfId().getPublicKey().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user