mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
added mutexes
This commit is contained in:
parent
22542a81b6
commit
5ace021e41
14 changed files with 112 additions and 21 deletions
|
|
@ -38,6 +38,7 @@ TracePlot::TracePlot(TraceModel &model, QWidget *parent)
|
|||
connect(&replotTimer, &QTimer::timeout, this, qOverload<>(&TracePlot::update));
|
||||
sweep_fmin = std::numeric_limits<double>::lowest();
|
||||
sweep_fmax = std::numeric_limits<double>::max();
|
||||
xSweep = std::numeric_limits<double>::quiet_NaN();
|
||||
// get notified when the span changes
|
||||
connect(&model, &TraceModel::SpanChanged, this, qOverload<double, double>(&TracePlot::updateSpan));
|
||||
plots.insert(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue