Get rid of deprecated QWeakPointer usage
ClosedPublic

Authored by broulik on Aug 14 2018, 8:45 AM.

Details

Summary

Replace by QPointer

Test Plan
  • Compiles, runs
  • The storage stuff compiles but isn't really tested since it relies on QMetaObject::invokeMethod but it's likely broken and unused anyway and using a QPointer in a method signature is normally not what you want to do

Diff Detail

Repository
R242 Plasma Framework (Library)
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik created this revision.Aug 14 2018, 8:45 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptAug 14 2018, 8:45 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
broulik requested review of this revision.Aug 14 2018, 8:45 AM
davidedmundson accepted this revision.Aug 17 2018, 1:41 PM
This revision is now accepted and ready to land.Aug 17 2018, 1:41 PM
This revision was automatically updated to reflect the committed changes.