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
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 9471
Build 9489: arc lint + arc unit
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.