Skip to content

Commit 6ebacc1

Browse files
Tom O'ReillyTom O'Reilly
authored andcommitted
commented topoDataItem_->lineDefined() emission
1 parent 3bb3076 commit 6ebacc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/qt-guilib/PointsSelectInteractorStyle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ void PointsSelectInteractorStyle::OnLeftButtonUp() {
6363
start.append(startLineWorld[i]);
6464
end.append(endLineWorld[i]);
6565
}
66-
emit topoDataItem_->lineDefined(start, end);
66+
/// emit topoDataItem_->lineDefined(start, end);
6767
}
6868

6969

0 commit comments

Comments
 (0)