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
No related branches found
No related tags found
No related merge requests found
......@@ -1393,6 +1393,7 @@ void CallPrivate::startStop()
::time(&curTime);
setStartTimeStamp(curTime);
m_pStopTimeStamp = curTime;
m_Missed = true;
}
///Stop the timer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment