mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Remove duplicated call to parse editform config
This commit is contained in:
parent
25191e1cd1
commit
74cceb4e1b
@ -1714,8 +1714,6 @@ bool QgsVectorLayer::readSymbology( const QDomNode& node, QString& errorMessage
|
||||
// process the attribute actions
|
||||
mActions->readXml( node );
|
||||
|
||||
mEditFormConfig.readXml( node );
|
||||
|
||||
QDomNode annotationFormNode = node.namedItem( "annotationform" );
|
||||
if ( !annotationFormNode.isNull() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user