mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Implement avatar cache in a proper way
This commit is contained in:
parent
f578833098
commit
e355e54d24
1 changed files with 7 additions and 0 deletions
|
@ -141,6 +141,13 @@ QtObject
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
property QtObject facesCache: QtObject
|
||||||
|
{
|
||||||
|
id: facesCache
|
||||||
|
property var iconCache: ({})
|
||||||
|
property var callbackCache: ({})
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue