Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
0c225840
Commit
0c225840
authored
Sep 14, 2020
by
David Jarvie
Browse files
Fix possible crash on command alarm completion
parent
1f9435e0
Pipeline
#34308
passed with stage
in 38 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kalarmapp.h
View file @
0c225840
...
@@ -186,7 +186,7 @@ private:
...
@@ -186,7 +186,7 @@ private:
ShellProcess
*
process
;
ShellProcess
*
process
;
KAEvent
*
event
;
KAEvent
*
event
;
KAAlarm
*
alarm
;
KAAlarm
*
alarm
;
Q
Object
*
exitReceiver
{
nullptr
}
;
Q
Pointer
<
QObject
>
exitReceiver
;
QByteArray
exitMethod
;
QByteArray
exitMethod
;
QPointer
<
QWidget
>
messageBoxParent
;
QPointer
<
QWidget
>
messageBoxParent
;
QStringList
tempFiles
;
QStringList
tempFiles
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment