mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Avoid uninitialized memory access
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8813f13bfd
commit
30a4fb2274
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
|
||||
QMLProfile::QMLProfile(QQuickItem *parent) :
|
||||
QQuickPaintedItem(parent),
|
||||
m_devicePixelRatio(1.0),
|
||||
m_margin(0)
|
||||
{
|
||||
setAntialiasing(true);
|
||||
|
|
Loading…
Add table
Reference in a new issue