https://bugs.kde.org/show_bug.cgi?id=407306

--- Comment #1 from David Faure <fa...@kde.org> ---
Does it work better if
using KProcessInfoList = QList<KProcessInfo>;
is changed into
typedef QList<KProcessInfo> KProcessInfoList;
in src/lib/util/kprocesslist.h:78?

Just in case sip isn't very good with C++11...

I didn't look into why my build doesn't include python bindings (nor the CI
build...) -- we need to fix that too.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to