Skip to content

Portaway from pid() to processId()

Ömer Fadıl Usta requested to merge work/usta_portaway_pid into master

QProcess::pid() const is obsolete and we need to use QProcess::processId() const ( It exists since Qt 5.3 )

Merge request reports