kparts: initialize all members to prevent crashes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2016-01-21 16:00:49 +02:00
parent f116c2dbb7
commit 9c73e2257d

View file

@ -375,6 +375,9 @@ public:
m_duringSaveAs = false;
m_bTemp = false;
m_bAutoDetectedMime = false;
m_url = 0;
m_file = 0;
m_arguments = 0;
}
~ReadOnlyPartPrivate()