D14819: Get rid of deprecated QWeakPointer usage

Kai Uwe Broulik noreply at phabricator.kde.org
Tue Aug 14 09:45:34 BST 2018


broulik created this revision.
broulik added reviewers: Plasma, mart.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: kde-frameworks-devel.
broulik requested review of this revision.

REVISION 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

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D14819

AFFECTED FILES
  examples/dataengines/customDataContainers/httpContainer.h
  src/declarativeimports/core/colorscope.h
  src/declarativeimports/core/serviceoperationstatus.h
  src/declarativeimports/core/svgitem.h
  src/declarativeimports/core/tooltip.h
  src/declarativeimports/core/tooltipdialog.h
  src/declarativeimports/plasmacomponents/fullscreenwindow.h
  src/declarativeimports/plasmacomponents/qmenu.h
  src/plasma/pluginloader.cpp
  src/plasma/private/datacontainer_p.h
  src/plasma/private/storage.cpp
  src/plasma/private/storage_p.h
  src/plasma/private/storagethread.cpp
  src/plasma/private/storagethread_p.h
  src/plasma/private/svg_p.h
  src/plasma/svg.cpp
  src/plasmaquick/appletquickitem.h
  src/plasmaquick/configmodel.cpp
  src/plasmaquick/configview.cpp
  src/scriptengines/qml/plasmoid/containmentinterface.h

To: broulik, #plasma, mart
Cc: kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180814/e94e62f3/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list