Skip to content

Commit 74cceb4

Browse files
committed
Remove duplicated call to parse editform config
1 parent 25191e1 commit 74cceb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/qgsvectorlayer.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1714,8 +1714,6 @@ bool QgsVectorLayer::readSymbology( const QDomNode& node, QString& errorMessage
17141714
// process the attribute actions
17151715
mActions->readXml( node );
17161716

1717-
mEditFormConfig.readXml( node );
1718-
17191717
QDomNode annotationFormNode = node.namedItem( "annotationform" );
17201718
if ( !annotationFormNode.isNull() )
17211719
{

0 commit comments

Comments
 (0)