Skip to content

Port to Qt6 QProcess::setChildProcessModifier()

Ahmad Samir requested to merge work/ahmad/qprocessmodifier into master

Port to Qt6 QProcess::setChildProcessModifier()


Use delegating constructors in Pty

This matches a similar change that was done in KPtyProcess.

Also move the code from init() to the constructor, and remove init(), not needed any more.

Edited by Ahmad Samir

Merge request reports