[frameworks-kcoreaddons] [Bug 407306] Python bindings don't build

2021-08-23 Thread desaparecido
https://bugs.kde.org/show_bug.cgi?id=407306

desaparecido  changed:

   What|Removed |Added

 CC||luis.davila...@gmail.com

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

[frameworks-kcoreaddons] [Bug 407306] Python bindings don't build

2019-05-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=407306

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kco
   ||readdons/6a686c28d3866dea7d
   ||d28d7d6f8cf54af62cd304
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from David Edmundson  ---
Git commit 6a686c28d3866dea7dd28d7d6f8cf54af62cd304 by David Edmundson.
Committed on 21/05/2019 at 21:32.
Pushed by davidedmundson into branch 'master'.

Fix compliation for python bindings

Patch effectively written by David Faure on the bug report

M  +1-1src/lib/util/kprocesslist.h

https://commits.kde.org/kcoreaddons/6a686c28d3866dea7dd28d7d6f8cf54af62cd304

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

[frameworks-kcoreaddons] [Bug 407306] Python bindings don't build

2019-05-07 Thread Antonio Rojas
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

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

[frameworks-kcoreaddons] [Bug 407306] Python bindings don't build

2019-05-07 Thread David Faure
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 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.

[frameworks-kcoreaddons] [Bug 407306] Python bindings don't build

2019-05-07 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=407306

David Faure  changed:

   What|Removed |Added

 CC||fa...@kde.org
   Assignee|mp...@kde.org   |k...@davidedmundson.co.uk

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