Skip to content

Commit

Permalink
bookmarks: remove BookmarksTableModel::modulation
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Aug 14, 2023
1 parent 912a91a commit e4086b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtgui/bookmarkstablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ QVariant BookmarksTableModel::dataFromBookmark(BookmarkInfo &info, int index)
case COL_LOCKED:
return info.get_freq_lock();
case COL_MODULATION:
return info.modulation;
return Modulations::GetStringForModulationIndex(info.get_demod());
case COL_FILTER_LOW:
return info.get_filter_low();
case COL_FILTER_HIGH:
Expand Down

0 comments on commit e4086b4

Please sign in to comment.