mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
drkonqi: initialize CrashedApplication members
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
6e3e4f8c12
commit
2aa6d6464d
1 changed files with 5 additions and 1 deletions
|
@ -30,7 +30,11 @@
|
|||
#include <KToolInvocation>
|
||||
|
||||
CrashedApplication::CrashedApplication(QObject *parent)
|
||||
: QObject(parent), m_restarted(false)
|
||||
: QObject(parent),
|
||||
m_pid(0),
|
||||
m_signalNumber(0),
|
||||
m_restarted(false),
|
||||
m_thread(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue