silence qt warning: tab already has a layout

svn path=/trunk/KDE/kdepim/; revision=779096
wilder-work
Thomas McGuire 18 years ago
parent 7f40b55571
commit a6bb9b4aa2
  1. 2
      identitydialog.cpp

@ -418,7 +418,7 @@ namespace KMail {
vlay->setMargin( marginHint() );
vlay->setSpacing( spacingHint() );
QHBoxLayout *tlay = new QHBoxLayout( tab );
QHBoxLayout *tlay = new QHBoxLayout();
vlay->addLayout( tlay );
mCustom = new QCheckBox( i18n("&Use custom message templates"), tab );

Loading…
Cancel
Save