initialize m_left, m_top, m_right and m_bottom to make valgrind happy.
This commit is contained in:
parent
74b0e0bd98
commit
78848d5d50
@ -40,6 +40,7 @@ int DialogProxy::offscreenY = 0;
|
|||||||
|
|
||||||
DialogMargins::DialogMargins(Plasma::Dialog *dialog, QObject *parent)
|
DialogMargins::DialogMargins(Plasma::Dialog *dialog, QObject *parent)
|
||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
|
m_left(0), m_top(0), m_right(0), m_bottom(0),
|
||||||
m_dialog(dialog)
|
m_dialog(dialog)
|
||||||
{
|
{
|
||||||
checkMargins();
|
checkMargins();
|
||||||
|
Loading…
Reference in New Issue
Block a user