Bug 385869

Summary: DrKonqi connects to obsolete signal user1Clicked
Product: [Applications] drkonqi Reporter: RJVB <rjvbertin>
Component: generalAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description RJVB 2017-10-17 16:14:20 UTC
Probably a vestigial remnant from KDE4 days:

QObject::connect: No such signal ReportAssistantDialog::user1Clicked()
QObject::connect:  (receiver name: 'AssistantPageBugzillaSend')


most likely caused by 
    connect(assistant(), SIGNAL(user1Clicked()), this, SLOT(finishClicked()));

in ConclusionPage::aboutToShow() and BugzillaSendPage::BugzillaSendPage(). I'd fix this myself, but am not sure I understand why DrKonqi even works as it is.