Navigation Menu

Skip to content

Commit

Permalink
Fix warnings and update sip file
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed May 12, 2021
1 parent d8aa6dd commit 7a4f2e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions python/gui/auto_generated/qgsrelationeditorwidget.sip.in
Expand Up @@ -133,12 +133,6 @@ Returns the current configuration

%Docstring
Defines the current configuration
%End

virtual void setTitle( const QString &title );

%Docstring
Sets the title of the root groupbox
%End

public slots:
Expand Down
3 changes: 0 additions & 3 deletions src/gui/qgsabstractrelationeditorwidget.cpp
Expand Up @@ -47,7 +47,6 @@ void QgsAbstractRelationEditorWidget::setRelationFeature( const QgsRelation &rel

setObjectName( QStringLiteral( "referenced/" ) + mRelation.name() );

updateTitle();
afterSetRelationFeature();
updateUi();
}
Expand Down Expand Up @@ -86,8 +85,6 @@ void QgsAbstractRelationEditorWidget::setRelations( const QgsRelation &relation,
}
}

updateTitle();

setObjectName( QStringLiteral( "referenced/" ) + mRelation.name() );

afterSetRelations();
Expand Down

0 comments on commit 7a4f2e8

Please sign in to comment.