Details
Description
This problem came up in a following situation:
foo(QString url)
foo(QStringList urlList, int a)
calling
qdbus org.Testservice / foo "(" url1 url2 ")" 5
results in "invalid number of parameters" since it compares the number of parameters to the first method matching the name.
In addition, docs/qdbus help do not mention how to pass QStringLists.