Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Actions are already initialized in header
- Loading branch information
Showing
with
0 additions
and
6 deletions.
-
+0
−6
src/app/qgsvectorlayerproperties.cpp
|
@@ -86,12 +86,6 @@ QgsVectorLayerProperties::QgsVectorLayerProperties( |
|
|
: QgsOptionsDialogBase( QStringLiteral( "VectorLayerProperties" ), parent, fl ) |
|
|
, mLayer( lyr ) |
|
|
, mOriginalSubsetSQL( lyr->subsetString() ) |
|
|
, mAuxiliaryLayerActionNew( nullptr ) |
|
|
, mAuxiliaryLayerActionClear( nullptr ) |
|
|
, mAuxiliaryLayerActionDelete( nullptr ) |
|
|
, mAuxiliaryLayerActionExport( nullptr ) |
|
|
, mAuxiliaryLayerActionDeleteField( nullptr ) |
|
|
, mAuxiliaryLayerActionAddField( nullptr ) |
|
|
{ |
|
|
setupUi( this ); |
|
|
connect( mLayerOrigNameLineEdit, &QLineEdit::textEdited, this, &QgsVectorLayerProperties::mLayerOrigNameLineEdit_textEdited ); |
|
|