drop explicit disconnect in dtor
ClosedPublic

Authored by sitter on Mar 11 2019, 3:07 PM.

Details

Summary

when this is getting destroyed the qobject dtor will automatically
disconnect everything. the explicit disconnect calls serve no purpose and
aren't done in any other dtors.

Test Plan

it doesn't crash

Diff Detail

Repository
R871 DrKonqi
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sitter created this revision.Mar 11 2019, 3:07 PM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 11 2019, 3:07 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
sitter requested review of this revision.Mar 11 2019, 3:07 PM
broulik accepted this revision.Mar 11 2019, 3:09 PM
This revision is now accepted and ready to land.Mar 11 2019, 3:09 PM
This revision was automatically updated to reflect the committed changes.