Implement avatar cache in a proper way

This commit is contained in:
Angela Mazzurco 2017-07-26 19:07:47 +02:00
parent f578833098
commit e355e54d24

View File

@ -141,6 +141,13 @@ QtObject
} }
} }
}
property QtObject facesCache: QtObject
{
id: facesCache
property var iconCache: ({})
property var callbackCache: ({})
} }