Remove bad debug feature.

main
Teo Mrnjavac 10 years ago
parent 6d60ca5e63
commit 2347ead200

@ -203,10 +203,6 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn
m_itemsLayout->addWidget( somethingElseButton ); m_itemsLayout->addWidget( somethingElseButton );
grp->addButton( somethingElseButton->buttonWidget() ); grp->addButton( somethingElseButton->buttonWidget() );
//DEBUG:
alongsideButton->show();
connect( alongsideButton->buttonWidget(), &QRadioButton::toggled, connect( alongsideButton->buttonWidget(), &QRadioButton::toggled,
this, [ this ]( bool checked ) this, [ this ]( bool checked )
{ {

Loading…
Cancel
Save