Avoid uninitialized memory access
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8813f13bfd
commit
30a4fb2274
@ -5,6 +5,7 @@
|
||||
|
||||
QMLProfile::QMLProfile(QQuickItem *parent) :
|
||||
QQuickPaintedItem(parent),
|
||||
m_devicePixelRatio(1.0),
|
||||
m_margin(0)
|
||||
{
|
||||
setAntialiasing(true);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user