mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
Fixed crash when deleting delta markers (partial)
This commit is contained in:
parent
4545efaf7a
commit
69c64458af
3 changed files with 11 additions and 7 deletions
|
|
@ -11,7 +11,7 @@
|
|||
using namespace std;
|
||||
|
||||
TraceMarker::TraceMarker(TraceMarkerModel *model, int number, TraceMarker *parent, QString descr)
|
||||
: editingFrequeny(false),
|
||||
: editingFrequency(false),
|
||||
model(model),
|
||||
parentTrace(nullptr),
|
||||
position(1000000000),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue