Skip to content

Commit aa765b2

Browse files
committed
Set object name for vertex editor (avoid Qt warning)
1 parent 6fd8890 commit aa765b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/vertextool/qgsvertexeditor.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ QgsVertexEditor::QgsVertexEditor(
280280
: mCanvas( canvas )
281281
{
282282
setWindowTitle( tr( "Vertex Editor" ) );
283+
setObjectName( QStringLiteral( "VertexEditor" ) );
283284
mTableView = new QTableView( this );
284285

285286
mTableView->setSelectionMode( QTableWidget::ExtendedSelection );

0 commit comments

Comments
 (0)