Replies: 2 comments
As you can see it is already string you don't need to convert. As you can see there is no explicit constructor for string. it can allowed to make implicit conversion. |
0 replies
|
@ttmms Originally, since object path is a string, the APIs were designed with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Why is ObjectPath a separate object, but createProxy takes object path argument as std::string and doesn't accept ObjectPath? How do I do conversions in between?
All reactions