SVN commit 618265 by gianni: some other clenup M +0 -2 capturedialog.cpp --- trunk/playground/network/ksniffer/capturedialog.cpp #618264:618265 @@ -91,12 +91,10 @@ ifaceSelectLay->addWidget( m_redetect ); QVBoxLayout* vertSpace = new QVBoxLayout(); - //vertSpace->activate(); groupLay->addLayout( vertSpace ); vertSpace->addItem( new QSpacerItem( 5, 5, QSizePolicy::Fixed, QSizePolicy::Fixed ) ); QGridLayout* detailLay = new QGridLayout( 3, 4, 5 ); - //detailLay->activate(); groupLay->addLayout( detailLay ); // QLabel* label = new QLabel( groupBox, "label" );