Move to use QUrlQuery in favor of deprecated queryItemValue() from QUrl
ClosedPublic

Authored by dcaliste on Sep 3 2018, 8:22 AM.

Details

Summary

Some more deprecation upgrades:

There is now in Qt a dedicated class for queries in urls, so accessors from QUrl have been moved to this dedicated class.

Diff Detail

Repository
R8 Calligra
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dcaliste created this revision.Sep 3 2018, 8:22 AM
Restricted Application added a subscriber: Calligra-Devel-list. · View Herald TranscriptSep 3 2018, 8:22 AM
dcaliste requested review of this revision.Sep 3 2018, 8:22 AM
dcaliste added a reviewer: Calligra: 3.0.
leinir accepted this revision.Sep 3 2018, 11:08 AM

Good plan, QUrlQuery has been there since Qt 5.0, so it's all good :)

This revision is now accepted and ready to land.Sep 3 2018, 11:08 AM
This revision was automatically updated to reflect the committed changes.