Set plugin namespace
| 419 | |
| 420 | // Set plugin namespace |
| 421 | void Region::setPluginNamespace(char const* pluginNamespace) noexcept |
| 422 | { |
| 423 | mPluginNamespace = pluginNamespace; |
| 424 | } |
| 425 | |
| 426 | char const* Region::getPluginNamespace() const noexcept |
| 427 | { |
no outgoing calls
no test coverage detected