D17678: Use qobject_cast instead of dynamic_cast

2018-12-19 Thread Kai Uwe Broulik
This revision was automatically updated to reflect the committed changes. Closed by commit R241:1d8e4e6fa29c: Use qobject_cast instead of dynamic_cast (authored by broulik). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D17678?vs=47824&id=47834 REVISION DETAIL

D17678: Use qobject_cast instead of dynamic_cast

2018-12-19 Thread David Edmundson
davidedmundson accepted this revision. This revision is now accepted and ready to land. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17678 To: broulik, davidedmundson, dfaure, chinmoyr Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D17678: Use qobject_cast instead of dynamic_cast

2018-12-19 Thread Kai Uwe Broulik
broulik edited the test plan for this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D17678 To: broulik, davidedmundson, dfaure, chinmoyr Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D17678: Use qobject_cast instead of dynamic_cast

2018-12-19 Thread Kai Uwe Broulik
broulik created this revision. broulik added reviewers: davidedmundson, dfaure, chinmoyr. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. broulik requested review of this revision. REVISION SUMMARY Since `KJob` is a `QObject` we can use the more efficient `qo