mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kcrash: initialize kcrashsignal variable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0eae2deaa0
commit
16d1437b10
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ void KCrashModule::slotDirty(const QString &path)
|
||||||
|
|
||||||
kDebug() << "Reading" << kcrashfilepath;
|
kDebug() << "Reading" << kcrashfilepath;
|
||||||
QMap<QByteArray,QString> kcrashdata;
|
QMap<QByteArray,QString> kcrashdata;
|
||||||
int kcrashsignal;
|
int kcrashsignal = 0;
|
||||||
QByteArray kcrashbacktrace;
|
QByteArray kcrashbacktrace;
|
||||||
{
|
{
|
||||||
QDataStream crashstream(&kcrashfile);
|
QDataStream crashstream(&kcrashfile);
|
||||||
|
|
Loading…
Add table
Reference in a new issue