Skip to content

Commit

Permalink
Adding an accidentally deleted row
Browse files Browse the repository at this point in the history
  • Loading branch information
albrechtdennis committed Jan 8, 2025
1 parent f46b45c commit bb01fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/mon/mon_gui/src/widgets/models/topic_tree_model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ QVariant TopicTreeModel::headerData(int section, Qt::Orientation orientation, in
return columnLabels.at((Columns)section);
}
}
return QAbstractTreeModel::headerData(section, orientation, role);
}

int TopicTreeModel::mapColumnToItem(int model_column, int tree_item_type) const
Expand Down

0 comments on commit bb01fec

Please sign in to comment.