Initialise values
Fixes valgrind screaming about us doing a jump on unitialised memory
This commit is contained in:
parent
ab140c8c1e
commit
2b7a1eef48
@ -40,6 +40,8 @@ Units::Units (QObject *parent)
|
|||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
m_gridUnit(-1),
|
m_gridUnit(-1),
|
||||||
m_devicePixelRatio(-1),
|
m_devicePixelRatio(-1),
|
||||||
|
m_smallSpacing(-1),
|
||||||
|
m_largeSpacing(-1),
|
||||||
m_longDuration(defaultLongDuration) // default base value for animations
|
m_longDuration(defaultLongDuration) // default base value for animations
|
||||||
{
|
{
|
||||||
m_iconSizes = new QQmlPropertyMap(this);
|
m_iconSizes = new QQmlPropertyMap(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user