Skip to content

Commit a0bd3ec

Browse files
committedApr 8, 2017
remove private member initialization
1 parent ec2af9b commit a0bd3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/gui/qgscheckablecombobox.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ void QgsCheckBoxDelegate::paint( QPainter *painter, const QStyleOptionViewItem &
7373
QgsCheckableComboBox::QgsCheckableComboBox( QWidget *parent )
7474
: QComboBox( parent )
7575
, mSeparator( ", " )
76-
, mDefaultText( "" )
7776
{
7877
setModel( new QgsCheckableItemModel( this ) );
7978
setItemDelegate( new QgsCheckBoxDelegate( this ) );

0 commit comments

Comments
 (0)
Please sign in to comment.