Skip to content

Commit

Permalink
[CORRECTIVE] Fix missing parenthesis after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
epekkar committed Jan 12, 2023
1 parent c9b1261 commit 76804d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editors/ComponentEditor/ports/portsmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ QVariant PortsModel::expressionForIndex(QModelIndex const& index) const
// Function: portsmodel::valueForIndex()
//-----------------------------------------------------------------------------
QVariant PortsModel::valueForIndex(QModelIndex const& index) const
{
if (index.column() == rowNumberColumn())
{
QModelIndex filteredIndex = filter_->mapFromSource(index);
Expand Down

0 comments on commit 76804d9

Please sign in to comment.