mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[dialer] Initialize KNotification pointers to nullptr
This commit is contained in:
parent
d5b6503797
commit
a8db07cf55
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ CallManager::CallManager(const Tp::CallChannelPtr &callChannel, DialerUtils *dia
|
||||||
d->dialerUtils->setCallState("idle");
|
d->dialerUtils->setCallState("idle");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
d->ringingNotification = nullptr;
|
||||||
|
d->callsNotification = nullptr;
|
||||||
|
|
||||||
//create the channel handler
|
//create the channel handler
|
||||||
// d->channelHandler = new CallChannelHandler(callChannel, this);
|
// d->channelHandler = new CallChannelHandler(callChannel, this);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue