mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Set object name for vertex editor (avoid Qt warning)
This commit is contained in:
parent
6fd8890c4d
commit
aa765b2049
@ -280,6 +280,7 @@ QgsVertexEditor::QgsVertexEditor(
|
||||
: mCanvas( canvas )
|
||||
{
|
||||
setWindowTitle( tr( "Vertex Editor" ) );
|
||||
setObjectName( QStringLiteral( "VertexEditor" ) );
|
||||
mTableView = new QTableView( this );
|
||||
|
||||
mTableView->setSelectionMode( QTableWidget::ExtendedSelection );
|
||||
|
Loading…
x
Reference in New Issue
Block a user