Skip to content

Use QProcess::processId() directly

Ahmad Samir requested to merge work/ahmad/qprocess-processId into master

The inheritance goes Pty -> KPtyProcess -> KProcess -> QProcess, so using processId() can be done without the deprecation wrappers.

Merge request reports