mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-06 13:46:11 -05:00
Implement avatar cache in a proper way
This commit is contained in:
parent
f578833098
commit
e355e54d24
@ -141,6 +141,13 @@ QtObject
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
property QtObject facesCache: QtObject
|
||||
{
|
||||
id: facesCache
|
||||
property var iconCache: ({})
|
||||
property var callbackCache: ({})
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user