Remove dead code
ClosedPublic

Authored by mwolff on Jan 8 2018, 11:02 PM.

Details

Reviewers
kfunk
Group Reviewers
KDevelop
Commits
R32:b4da5b152462: Remove dead code
Summary

The hash of QPointers for the navigation widgets is nowhere used.
QPointer is a weakpointer too, so it doesn't keep anything alive.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mwolff created this revision.Jan 8 2018, 11:02 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJan 8 2018, 11:02 PM
mwolff requested review of this revision.Jan 8 2018, 11:02 PM
kfunk accepted this revision.Jan 9 2018, 7:19 AM
kfunk added a subscriber: kfunk.

+1 if it still compiles

This revision is now accepted and ready to land.Jan 9 2018, 7:19 AM
This revision was automatically updated to reflect the committed changes.