https://bugs.kde.org/show_bug.cgi?id=407306
desaparecido changed:
What|Removed |Added
CC||luis.davila...@gmail.com
--
You are receiving t
https://bugs.kde.org/show_bug.cgi?id=407306
David Edmundson changed:
What|Removed |Added
Latest Commit||https://commits.kde.org/kco
https://bugs.kde.org/show_bug.cgi?id=407306
--- Comment #2 from Antonio Rojas ---
(In reply to David Faure from comment #1)
> Does it work better if
> using KProcessInfoList = QList;
> is changed into
> typedef QList KProcessInfoList;
> in src/lib/util/kprocesslist.h:78?
>
Yes, this fixes it
-
https://bugs.kde.org/show_bug.cgi?id=407306
--- Comment #1 from David Faure ---
Does it work better if
using KProcessInfoList = QList;
is changed into
typedef QList 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 buil
https://bugs.kde.org/show_bug.cgi?id=407306
David Faure changed:
What|Removed |Added
CC||fa...@kde.org
Assignee|mp...@kde.org