Skip to content

DBusMock: separate mocks for system and session buses

Alberto Mardegan requested to merge mardy/libqtdbusmock:mock-buses into main

If the same interface exists on the same object path on both buses, DBusMock will get confused and handle only the one that was registered first.

Merge request reports