branches/kdevelop/3.4/parts/documentation

Jens Dagerbo jens.dagerbo at gmail.com
Tue Dec 5 13:18:55 UTC 2006


On 12/5/06, Matt Rogers <mattr at kde.org> wrote:
> On Friday 01 December 2006 15:55, Andreas Pakulat wrote:
> > SVN commit 609730 by apaku:
> >
> > Change from using QProcess to KProcess. Using KProcess and QProcess withing
> > the same application can cause all kinds of weird problems because both use
> > unix signal handlers.
> >
> > CCMAIL: kdevelop-devel at kdevelop.org
> >
>
> I'm seeing a lot of back and forth on this. Are we using KProcess or are we
> using QProcess? what's going on with the process stuff?
>

KDevelop3: KProcess.

Konsolepart forces our hand even if we didn't already have more
KProcess usage than QProcess - it uses KProcess.

Dunno if it's realistic to rewrite all QProcess code to KProcess this
late, or just live with the occasional hang...


// jens




More information about the KDevelop-devel mailing list