Skip to content

Commit

Permalink
Followup 9f07383
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 23, 2014
1 parent 2b0a53b commit 677abbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/qgsattributeformlegacyinterface.cpp
Expand Up @@ -26,8 +26,6 @@ QgsAttributeFormLegacyInterface::QgsAttributeFormLegacyInterface( const QString&
, mPyFunctionName( function )
, mPyFormVarName( pyFormName )
{
QDialogButtonBox* buttonBox = form->findChild<QDialogButtonBox*>();

mPyLayerVarName = QString( "_qgis_layer_%1" ).arg( form->layer()->id() );

QString initLayer = QString( "%1 = sip.wrapinstance( %2, qgis.core.QgsVectorLayer )" )
Expand Down

0 comments on commit 677abbf

Please sign in to comment.