We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3b6ec commit 3289d61Copy full SHA for 3289d61
src/core/qgsvectorlayerjoinbuffer.cpp
@@ -91,6 +91,8 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorJoinInfo& joinInfo )
91
connect( vl, SIGNAL( layerModified() ), this, SLOT( joinedLayerModified() ), Qt::UniqueConnection );
92
}
93
94
+ locker.unlock();
95
+
96
emit joinedFieldsChanged();
97
return true;
98
0 commit comments