Skip to content

Commit

Permalink
Clear SigMF annotations on new file load (#183)
Browse files Browse the repository at this point in the history
Clear SigMF annotations on new file load
  • Loading branch information
devnulling authored Mar 25, 2021
1 parent a4e4ad2 commit e2a80a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/inputsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ void InputSource::openFile(const char *filename)
QString dataFilename;

#if ENABLE_SIGMF
annotationList.clear();
QString metaFilename;

if (suffix == "sigmf-meta") {
Expand Down

0 comments on commit e2a80a8

Please sign in to comment.