Port away from a deprecated signal
ClosedPublic

Authored by zzag on Jan 25 2020, 8:36 PM.

Details

Summary

QProcess::error() has been deprecated since Qt 5.6. It is highly advised
to use QProcess::errorOccurred() instead.

Test Plan

Compiles.

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
zzag created this revision.Jan 25 2020, 8:36 PM
Restricted Application added a project: KWin. · View Herald TranscriptJan 25 2020, 8:36 PM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jan 25 2020, 8:36 PM
davidedmundson accepted this revision.Jan 25 2020, 9:02 PM
This revision is now accepted and ready to land.Jan 25 2020, 9:02 PM
This revision was automatically updated to reflect the committed changes.