[KCompletion] Port away from deprecated methods in Qt 5.14

Authored by dfaure on Sep 10 2019, 5:38 PM.

Description

[KCompletion] Port away from deprecated methods in Qt 5.14

Summary:
the QComboBox::activated(QString) signal being deprecated
and optionally non-existent makes this interesting in subclasses trying
to emit it.

Test Plan:
-DQT_DISABLE_DEPRECATED_BEFORE=0x060000, make, ctest
and playing a bit with kcompletionuitest.

Reviewers: cfeck, dhaumann, aacid, vkrause

Reviewed By: vkrause

Subscribers: kde-frameworks-devel

Tags: Frameworks

Maniphest Tasks: T11553

Differential Revision: https://phabricator.kde.org/D23842

Details

Committed
dfaureSep 11 2019, 9:59 AM
Reviewer
vkrause
Differential Revision
D23842: [KCompletion] Port away from deprecated methods in Qt 5.14
Parents
R284:e2520a13adf1: Port from delta(); to angleDelta().y()
Branches
Unknown
Tags
Unknown