mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
[dialer] Set the call state to "idle" on creation
This commit is contained in:
parent
07ed76484a
commit
4da57aa812
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ CallHandler::CallHandler(DialerUtils *utils)
|
|||
: Tp::AbstractClientHandler(channelClassSpecList(), capabilities())
|
||||
{
|
||||
m_dialerUtils = utils;
|
||||
m_dialerUtils->setCallState("idle");
|
||||
qDebug() << "Call handler ready";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue