Skip to content

Commit 01603d7

Browse files
committedJan 19, 2016
QgsJoinDialog offers only vector-layer for joining.
1 parent 5e5f95b commit 01603d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsjoindialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ QgsJoinDialog::QgsJoinDialog( QgsVectorLayer* layer, QList<QgsMapLayer*> already
4040

4141
mTargetFieldComboBox->setLayer( mLayer );
4242

43+
mJoinLayerComboBox->setFilters( QgsMapLayerProxyModel::VectorLayer );
4344
mJoinLayerComboBox->setExceptedLayerList( alreadyJoinedLayers );
4445
connect( mJoinLayerComboBox, SIGNAL( layerChanged( QgsMapLayer* ) ), mJoinFieldComboBox, SLOT( setLayer( QgsMapLayer* ) ) );
4546
connect( mJoinLayerComboBox, SIGNAL( layerChanged( QgsMapLayer* ) ), this, SLOT( joinedLayerChanged( QgsMapLayer* ) ) );

0 commit comments

Comments
 (0)
Please sign in to comment.