We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd8890 commit aa765b2Copy full SHA for aa765b2
src/app/vertextool/qgsvertexeditor.cpp
@@ -280,6 +280,7 @@ QgsVertexEditor::QgsVertexEditor(
280
: mCanvas( canvas )
281
{
282
setWindowTitle( tr( "Vertex Editor" ) );
283
+ setObjectName( QStringLiteral( "VertexEditor" ) );
284
mTableView = new QTableView( this );
285
286
mTableView->setSelectionMode( QTableWidget::ExtendedSelection );
0 commit comments