Skip to content

Commit

Permalink
Add dox
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 22, 2018
1 parent 0749835 commit c6b8a10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/editorwidgets/qgsrelationwidgetwrapper.cpp
Expand Up @@ -48,6 +48,9 @@ void QgsRelationWidgetWrapper::setVisible( bool visible )

void QgsRelationWidgetWrapper::aboutToSave()
{
// Calling isModified() will emit a beforeModifiedCheck()
// signal that will make the embedded form to send any
// outstanding widget changes to the edit buffer
mRelation.referencingLayer()->isModified();

if ( mNmRelation.isValid() )
Expand Down

0 comments on commit c6b8a10

Please sign in to comment.