lxqt / qtermwidget

The terminal widget for QTerminal
https://lxqt.github.io
GNU General Public License v2.0
485 stars 247 forks source link

Adapt to Qt6 QProcess::setChildProcessModifier() #540

Closed luis-pereira closed 2 months ago

luis-pereira commented 2 months ago

Qt5 QProcess::setupChildProcess() was removed. Based on KDE KPty commit 2117727305e8d69998154c667c284ded6b390652.

It keeps sync with upstream code.

yan12125 commented 2 months ago

Based on KDE KPty commit 2117727305e8d69998154c667c284ded6b390652.

I didn't find this commit. Could you check?

https://invent.kde.org/frameworks/kpty/-/commit/2117727305e8d69998154c667c284ded6b390652 says 404.

luis-pereira commented 2 months ago

@yan12125 Done.

yan12125 commented 2 months ago

Indentation is still off for some lines. I amended the commit and force-pushed, anyway.