Returns the path to the icon to use for this plugin. @return Path to icon file, or an empty string if not specified.
| 129 | // @return Path to icon file, or an empty string if not specified. |
| 130 | // |
| 131 | std::wstring PipelinePlugin::IconFile() const |
| 132 | { |
| 133 | return m_IconFile; |
| 134 | } |
| 135 | |
| 136 | // |
| 137 | // Whether to use the default icon for this plugin. |
nothing calls this directly
no outgoing calls
no test coverage detected