A Git timeout occured. Only metadata is being displayed

Reviewing merge request #432: Qdbus method overloading support

I added some additional checks to finding a method in qdbus command line tool. Previously, it would take the first method matching the name, so in case of

void foo(int a)
void foo(int a, QStringList b)

and calling

qdbus org.dbustest / foo 15 "(" string list ")"

It would result in "invalid number of parameters" since it tried to match against the first method.

Commits that would be merged:

Version 1
  • Version 1

Comments

→ State changed from New to Reviewing

→ State changed from Reviewing to Merged

Merged as 0e049a27622a4002af8851fed68f37b71fc7ba54 to 4.7.

Add a new comment:

Login or create an account to post a comment

How to apply this merge request to your repository