Skip to content

Commit c6b8a10

Browse files
committed
Add dox
1 parent 0749835 commit c6b8a10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gui/editorwidgets/qgsrelationwidgetwrapper.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ void QgsRelationWidgetWrapper::setVisible( bool visible )
4848

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

5356
if ( mNmRelation.isValid() )

0 commit comments

Comments
 (0)