diff --git a/service.cpp b/service.cpp index 3de4932eb..107d5871b 100644 --- a/service.cpp +++ b/service.cpp @@ -150,6 +150,9 @@ QString Service::name() const void Service::setName(const QString &name) { d->name = name; + if (!d->config) { + registerOperationsScheme(); + } } void Service::setOperationsScheme(QIODevice *xml)