Left commented code in previous commit, switch to cDebug().
This commit is contained in:
parent
aa54d82d85
commit
f2658f5eb0
@ -92,7 +92,7 @@ NetInstallPage::dataIsHere( KJob* job )
|
||||
{
|
||||
if ( job->error() )
|
||||
{
|
||||
qDebug() << job->errorString();
|
||||
cDebug() << job->errorString();
|
||||
ui->netinst_status->setText( tr( "Network Installation. (Disabled: Unable to fetch package lists, check your network connection)" ) );
|
||||
return;
|
||||
}
|
||||
@ -118,7 +118,6 @@ NetInstallPage::dataIsHere( KJob* job )
|
||||
mapper->setMapping( groupWidget, groupKey );
|
||||
connect( groupWidget, &GroupSelectionWidget::toggled, mapper,
|
||||
static_cast<void(QSignalMapper::*)()>(&QSignalMapper::map) );
|
||||
//connect( groupWidget, SIGNAL( toggled( bool ) ), mapper, SLOT( map() ) );
|
||||
}
|
||||
|
||||
// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user