[Kde-bindings] [Bug 108701] DCOP bindings in Perl: QStringList not working properly

Richard Dale Richard_Dale at tipitina.demon.co.uk
Fri Jul 8 14:50:48 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=108701         




------- Additional Comments From Richard_Dale tipitina demon co uk  2005-07-08 16:50 -------
The problem is that the Perl DCOP bindings only support method overloading 
resolution based on the number of args. It doesn't resolve overloading based 
on the type of the args at the moment.

You need to use $client->call() and specify the type signature of the method 
that takes a QStringList. I would expect this to work:

$client->call("juk", "Player", "openFile(QStringList)", at files);

-- Richard



More information about the Kde-bindings mailing list