Set object name for vertex editor (avoid Qt warning)

This commit is contained in:
Nyall Dawson 2018-05-28 12:50:04 +10:00
parent 6fd8890c4d
commit aa765b2049

View File

@ -280,6 +280,7 @@ QgsVertexEditor::QgsVertexEditor(
: mCanvas( canvas )
{
setWindowTitle( tr( "Vertex Editor" ) );
setObjectName( QStringLiteral( "VertexEditor" ) );
mTableView = new QTableView( this );
mTableView->setSelectionMode( QTableWidget::ExtendedSelection );