Set plugin namespace
| 182 | |
| 183 | // Set plugin namespace |
| 184 | void Normalize::setPluginNamespace(char const* pluginNamespace) noexcept |
| 185 | { |
| 186 | mPluginNamespace = pluginNamespace; |
| 187 | } |
| 188 | |
| 189 | char const* Normalize::getPluginNamespace() const noexcept |
| 190 | { |
no outgoing calls
no test coverage detected