Reviewing merge request #435: Type signature based method identification for qdbusviewer
Related to: QTBUG-7415
Since qdbusviewer only matches methods by name, overloaded methods can not be called. This patch adds D-bus type signature matching in addition to the name match.
Commits that would be merged:
Version 1
Comments
Hi,
sorry for the long delay, but the patch broke calling a D-Bus method with a double click, since the D-Bus structure was not updated in
void QDBusViewer::activate(const QModelIndex &item)
I fixed that now, and the updated QDBusViewer should appear in the 4.7 branch very soon.
Thanks for the patch,
Harald


Add a new comment:
Login or create an account to post a comment