Bug 385869 - DrKonqi connects to obsolete signal user1Clicked
Summary: DrKonqi connects to obsolete signal user1Clicked
Status: RESOLVED FIXED
Alias: None
Product: drkonqi
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources All
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 16:14 UTC by RJVB
Modified: 2019-06-14 14:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.