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
Branch
port-away-from-qprocess-error-signal
Lint
Lint ErrorsExcuse: cppcheck ти мене уже дістав :/
SeverityLocationCodeMessage
Errorinput.h:310CppcheckunknownMacro
Errorutils.h:123CppcheckunknownMacro
Errorutils.h:123CppcheckunknownMacro
Unit
No Unit Test Coverage
Build Status
Buildable 21666
Build 21684: arc lint + arc unit
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.