Fix build after 0b2fe3cf21
ClosedPublic

Authored by dvratil on Jul 12 2019, 9:23 AM.

Details

Summary

QVector is not unused in kstringhandler.cpp

Test Plan

kcoreaddons master builds against Qt 5.12.4

Diff Detail

Repository
R244 KCoreAddons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
dvratil created this revision.Jul 12 2019, 9:23 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 12 2019, 9:23 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
dvratil requested review of this revision.Jul 12 2019, 9:23 AM
broulik accepted this revision.Jul 12 2019, 9:32 AM
broulik added a subscriber: broulik.
broulik added inline comments.
src/lib/text/kstringhandler.cpp
346

for the reference, toUcs4() returns a QVector<uint>

This revision is now accepted and ready to land.Jul 12 2019, 9:32 AM
This revision was automatically updated to reflect the committed changes.