Skip to content

Add method to retrieve service-type descriptions

Service types can have descriptions, but the Qt api doesn't currently allow to get them. This commit adds a new description() method in the ServiceType class.

A test case with the new method has also been added.

Merge request reports