Skip to content
Snippets Groups Projects
Commit c9b79b93 authored by Stepan Salenikovich's avatar Stepan Salenikovich
Browse files

mark missed calls as such

Mark calls whcih are never picked up as missed.

Refs #69611
parent 6ce4fb52
Branches
No related tags found
No related merge requests found
...@@ -1393,6 +1393,7 @@ void CallPrivate::startStop() ...@@ -1393,6 +1393,7 @@ void CallPrivate::startStop()
::time(&curTime); ::time(&curTime);
setStartTimeStamp(curTime); setStartTimeStamp(curTime);
m_pStopTimeStamp = curTime; m_pStopTimeStamp = curTime;
m_Missed = true;
} }
///Stop the timer ///Stop the timer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment