Skip to content

Commit 3a3b9ab

Browse files
committed
Followup fixup f10f4a5
1 parent 5067c3b commit 3a3b9ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgsfieldsproperties.h

+2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ class APP_EXPORT QgsFieldsProperties : public QWidget, private Ui_QgsFieldsPrope
5656
: mType( Field )
5757
, mColumnCount( 1 )
5858
, mShowAsGroupBox( false )
59+
, mShowLabel( true )
5960
{}
6061

6162
DesignerTreeItemData( Type type, const QString& name )
6263
: mType( type )
6364
, mName( name )
6465
, mColumnCount( 1 )
6566
, mShowAsGroupBox( false )
67+
, mShowLabel( true )
6668
{}
6769

6870
QString name() const { return mName; }

0 commit comments

Comments
 (0)