Skip to content

Commit

Permalink
Set object name for vertex editor (avoid Qt warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 28, 2018
1 parent 6fd8890 commit aa765b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/vertextool/qgsvertexeditor.cpp
Expand Up @@ -280,6 +280,7 @@ QgsVertexEditor::QgsVertexEditor(
: mCanvas( canvas )
{
setWindowTitle( tr( "Vertex Editor" ) );
setObjectName( QStringLiteral( "VertexEditor" ) );
mTableView = new QTableView( this );

mTableView->setSelectionMode( QTableWidget::ExtendedSelection );
Expand Down

0 comments on commit aa765b2

Please sign in to comment.