Set plugin namespace
| 297 | |
| 298 | // Set plugin namespace |
| 299 | void GridAnchorGenerator::setPluginNamespace(char const* pluginNamespace) noexcept |
| 300 | { |
| 301 | mPluginNamespace = pluginNamespace; |
| 302 | } |
| 303 | |
| 304 | char const* GridAnchorGenerator::getPluginNamespace() const noexcept |
| 305 | { |
no outgoing calls
no test coverage detected