Merge branch 'Plasma/5.8' into Plasma/5.10

wilder-5.14
Harald Sitter 9 years ago
commit efac82ad54
  1. 6
      drkonqi/bugzillaintegration/reportassistantpages_bugzilla_duplicates.cpp

@ -900,8 +900,10 @@ BugzillaReportConfirmationDialog::BugzillaReportConfirmationDialog(int bugNumber
"and close the dialog", "Continue"));
ui.buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
connect(this, SIGNAL(okClicked()) , this, SLOT(proceedClicked()));
connect(this, SIGNAL(cancelClicked()) , this, SLOT(hide()));
connect(this, &BugzillaReportConfirmationDialog::accepted,
this, &BugzillaReportConfirmationDialog::proceedClicked);
connect(this, &BugzillaReportConfirmationDialog::rejected,
this, &BugzillaReportConfirmationDialog::hide);
//Set introduction text
ui.introLabel->setText(i18n("You are going to mark your crash as related to bug %1",

Loading…
Cancel
Save