Clean up deprecated calls and add missing overrides
ClosedPublic

Authored by ervin on Apr 11 2020, 1:56 PM.

Details

Summary

This is warning spring cleaning time!

Diff Detail

Repository
R4 Zanshin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ervin requested review of this revision.Apr 11 2020, 1:56 PM
ervin created this revision.
dfaure requested changes to this revision.Apr 11 2020, 2:08 PM
dfaure added inline comments.
src/akonadi/akonadimonitorimpl.cpp
44

This requires Qt 5.14.

Which means: either add a #if QT_VERSION to call toSet() if Qt is older,
or change set(REQUIRED_QT_VERSION 5.12.0) in CMakeLists.txt

This revision now requires changes to proceed.Apr 11 2020, 2:08 PM
ervin updated this revision to Diff 79849.Apr 11 2020, 2:31 PM

OK, I can't seem to read properly today, I was pretty sure I read 5.10 and not 5.14 earlier...

Thanks dfaure.

dfaure accepted this revision.Apr 11 2020, 2:39 PM
This revision is now accepted and ready to land.Apr 11 2020, 2:39 PM
This revision was automatically updated to reflect the committed changes.