Correctly load window/detector type on startup

This commit is contained in:
Jan Käberich 2021-05-21 19:52:29 +02:00
parent 71699d1bd7
commit f1ca961d0e
4 changed files with 10 additions and 10 deletions

View file

@ -195,7 +195,7 @@ void TraceModel::fromJSON(nlohmann::json j)
}
}
void TraceModel::clearVNAData()
void TraceModel::clearLiveData()
{
for(auto t : traces) {
if (t->isLive()) {