Option to apply calibration and de-embedding while/after importing

This commit is contained in:
Jan Käberich 2021-03-11 21:52:58 +01:00
parent f0669ab4c0
commit 7a4113cd6b
24 changed files with 1760 additions and 209 deletions

View file

@ -143,7 +143,7 @@ QVariant TraceModel::data(const QModelIndex &index, int role) const
return QVariant();
}
std::vector<Trace *> TraceModel::getTraces()
std::vector<Trace *> TraceModel::getTraces() const
{
return traces;
}