mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 09:59:23 -05:00
whitespaces
This commit is contained in:
@@ -2219,13 +2219,13 @@ namespace Orm::Tiny::Concerns
|
||||
// Cache the get mutator (accessor) value
|
||||
if (attribute.withCaching()) T_UNLIKELY
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
m_attributeMutatorsCache.emplace(key, value);
|
||||
m_attributeMutatorsCache.emplace(key, value);
|
||||
#else
|
||||
m_attributeCastCache.insert(key, value);
|
||||
#endif
|
||||
// Remove the get mutator (accessor) from the cache if caching is disabled
|
||||
else T_LIKELY
|
||||
m_attributeMutatorsCache.remove(key);
|
||||
m_attributeMutatorsCache.remove(key);
|
||||
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user