mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 23:43:42 +00:00
Add virtual destructors, fix warnings
This commit is contained in:
parent
4568be8ff4
commit
fe340ac620
17 changed files with 16 additions and 49 deletions
|
|
@ -36,6 +36,7 @@ Trace::Trace(QString name, QColor color, QString live)
|
|||
paused(false),
|
||||
reference_impedance(50.0),
|
||||
domain(DataType::Frequency),
|
||||
deembeddingActive(false),
|
||||
lastMath(nullptr)
|
||||
{
|
||||
settings.valid = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue