diff --git a/src/plugins/administrative_templates/ui/presentationbuilder.cpp b/src/plugins/administrative_templates/ui/presentationbuilder.cpp index 137e9c0..e80e99c 100644 --- a/src/plugins/administrative_templates/ui/presentationbuilder.cpp +++ b/src/plugins/administrative_templates/ui/presentationbuilder.cpp @@ -151,7 +151,7 @@ void cleanUpListInRegistry(AbstractRegistrySource &source, const std::string &ke } } -bool writeListIntoRegistry(AbstractRegistrySource &source, QMap valueList, const std::string &key, bool explicitValue, bool expandable, std::string &prefix) +void writeListIntoRegistry(AbstractRegistrySource &source, QMap valueList, const std::string &key, bool explicitValue, bool expandable, std::string &prefix) { // https://learn.microsoft.com/en-us/previous-versions/windows/it-pro/windows-server-2008-r2-and-2008/cc731025(v=ws.10) // explicitValue cannot be used with the valuePrefix attribute. @@ -162,7 +162,7 @@ bool writeListIntoRegistry(AbstractRegistrySource &source, QMap