Skip to content

Commit

Permalink
Remove unnecessary trace/type data in marker model
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Dec 17, 2023
1 parent 054e7ed commit 67ce671
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,13 +237,6 @@ QVariant MarkerModel::data(const QModelIndex &index, int role) const
return QString::number(marker->getGroup()->getNumber());
}
break;
case ColIndexTrace:
if(marker->getTrace()) {
return marker->getTrace()->name();
}
break;
case ColIndexType:
return marker->readableType();
case ColIndexSettings:
return marker->readableSettings();
case ColIndexData:
Expand Down

0 comments on commit 67ce671

Please sign in to comment.