We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ec367 commit 9242d22Copy full SHA for 9242d22
src/app/qgsattributetypedialog.cpp
@@ -69,8 +69,6 @@ QgsAttributeTypeDialog::QgsAttributeTypeDialog( QgsVectorLayer *vl, int fieldIdx
69
isFieldEditableCheckBox->setEnabled( false );
70
}
71
72
- mExpressionWidget->setLayer( vl );
73
-
74
connect( mExpressionWidget, SIGNAL( expressionChanged( QString ) ), this, SLOT( defaultExpressionChanged() ) );
75
76
QSettings settings;
0 commit comments