Use Qt::SplitBehavior enum instead of QString::SplitBehavior
ClosedPublic

Authored by heikobecker on Mar 27 2020, 3:08 PM.

Details

Summary

The former was introduced with Qt 5.14 while the latter was deprecated
with 5.15 [1], causing the build to fail with that Qt version (because
of -DQT_DISABLE_DEPRECATED_BEFORE=0x060000).

[1] 895939c7f91d0c8424a0638c42d05cb42293a142 in qtbase.git

Test Plan

Builds

Diff Detail

Repository
R1032 KPublicTransport
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
heikobecker requested review of this revision.Mar 27 2020, 3:08 PM
heikobecker created this revision.
vkrause accepted this revision.Mar 27 2020, 3:19 PM
This revision is now accepted and ready to land.Mar 27 2020, 3:19 PM
This revision was automatically updated to reflect the committed changes.