Avoid uninitialized memory access

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-28 07:02:20 -08:00
parent 8813f13bfd
commit 30a4fb2274

View file

@ -5,6 +5,7 @@
QMLProfile::QMLProfile(QQuickItem *parent) :
QQuickPaintedItem(parent),
m_devicePixelRatio(1.0),
m_margin(0)
{
setAntialiasing(true);