From 76804d94d0154f6cefcbc292d90a988ce1be8b4f Mon Sep 17 00:00:00 2001 From: Esko Pekkarinen Date: Thu, 12 Jan 2023 10:53:00 +0200 Subject: [PATCH] [CORRECTIVE] Fix missing parenthesis after merge conflict --- editors/ComponentEditor/ports/portsmodel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/ComponentEditor/ports/portsmodel.cpp b/editors/ComponentEditor/ports/portsmodel.cpp index 2fb955f6a..d761881d3 100644 --- a/editors/ComponentEditor/ports/portsmodel.cpp +++ b/editors/ComponentEditor/ports/portsmodel.cpp @@ -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);