Initialise variable
This commit is contained in:
parent
ae5a31acd1
commit
4047053829
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public:
|
||||||
QPoint offset;
|
QPoint offset;
|
||||||
QSize size;
|
QSize size;
|
||||||
QRect anchorRect;
|
QRect anchorRect;
|
||||||
bool isReactive;
|
bool isReactive = false;
|
||||||
QSize parentSize;
|
QSize parentSize;
|
||||||
quint32 parentConfigure;
|
quint32 parentConfigure;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue