Fix build with Qt 5.15
ClosedPublic

Authored by apol on Feb 14 2020, 3:30 PM.

Details

Reviewers
broulik
Group Reviewers
Plasma
Commits
R122:3a5aca82527e: Fix build with Qt 5.15
Summary

QComboBox::currentIndexChanged(int) got deprecated.

Test Plan

Builds

Diff Detail

Repository
R122 Powerdevil
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 22491
Build 22509: arc lint + arc unit
apol created this revision.Feb 14 2020, 3:30 PM
Restricted Application added a project: Plasma. · View Herald TranscriptFeb 14 2020, 3:30 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
apol requested review of this revision.Feb 14 2020, 3:30 PM
broulik requested changes to this revision.Feb 14 2020, 3:33 PM
broulik added a subscriber: broulik.

Doesn't compile, there is no such signal as currentIndexChanged(int, QString)

This revision now requires changes to proceed.Feb 14 2020, 3:33 PM
apol updated this revision to Diff 75707.Feb 14 2020, 4:06 PM

I am potato

broulik accepted this revision.Feb 14 2020, 4:09 PM
This revision is now accepted and ready to land.Feb 14 2020, 4:09 PM
This revision was automatically updated to reflect the committed changes.