Skip to content
Commit 51e4e032 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Move per-Item changelog to a global ItemChangeLog class to save memory

Most of the time the changelog members in ItemPrivate are unused and
wasting memory. This change introduces ItemChangeLog singleton where
Items can store their changelog if they need to in a common QHashes.

This save another at least 40 bytes per each Item instance.
parent dd152d67
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment