Skip to content

Commit 4495e8a

Browse files
committedOct 9, 2017
Actions are already initialized in header
1 parent c3b1cb3 commit 4495e8a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎src/app/qgsvectorlayerproperties.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ QgsVectorLayerProperties::QgsVectorLayerProperties(
8686
: QgsOptionsDialogBase( QStringLiteral( "VectorLayerProperties" ), parent, fl )
8787
, mLayer( lyr )
8888
, mOriginalSubsetSQL( lyr->subsetString() )
89-
, mAuxiliaryLayerActionNew( nullptr )
90-
, mAuxiliaryLayerActionClear( nullptr )
91-
, mAuxiliaryLayerActionDelete( nullptr )
92-
, mAuxiliaryLayerActionExport( nullptr )
93-
, mAuxiliaryLayerActionDeleteField( nullptr )
94-
, mAuxiliaryLayerActionAddField( nullptr )
9589
{
9690
setupUi( this );
9791
connect( mLayerOrigNameLineEdit, &QLineEdit::textEdited, this, &QgsVectorLayerProperties::mLayerOrigNameLineEdit_textEdited );

0 commit comments

Comments
 (0)
Please sign in to comment.