Skip to content
Snippets Groups Projects
Commit 7ead28d0 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 22e968b4
Branches
Tags
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.
Please register or to comment