Skip to content
GitLab
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
698206d9
Commit
698206d9
authored
Aug 09, 2015
by
Sergio Martins
Browse files
Don't delete incomplete type, it's undefined behaviour
parent
8b9b2e80
Changes
1
Hide whitespace changes
Inline
Side-by-side
kalarmapp.cpp
View file @
698206d9
...
...
@@ -2310,7 +2310,7 @@ void KAlarmApp::slotDBusServiceUnregistered(const QString& serviceName)
{
if
(
serviceName
==
KTTSD_DBUS_SERVICE
)
{
delete
mKSpeech
;
//
delete mKSpeech;
// TODO: port to Qt5 / KF5
mKSpeech
=
Q_NULLPTR
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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