Fix build with Qt 5.10
ClosedPublic

Authored by fvogt on Sep 30 2017, 12:01 PM.

Details

Summary

QByteArray does not include QString anymore, but that is needed in
kxerrorhandler.cpp due to usage of operator overloads.

Test Plan

Did not build before, now builds.

Diff Detail

Repository
R278 KWindowSystem
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
fvogt created this revision.Sep 30 2017, 12:01 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptSep 30 2017, 12:01 PM
lbeltrame accepted this revision.Sep 30 2017, 1:05 PM
lbeltrame added a subscriber: lbeltrame.

Trivial change, LGTM.

This revision is now accepted and ready to land.Sep 30 2017, 1:05 PM
This revision was automatically updated to reflect the committed changes.